Lines Matching refs:ConnectionTypeClient

29 type ConnectionTypeClient struct {  struct
34 func NewConnectionTypeClient(subscriptionID string) ConnectionTypeClient {
39 func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) ConnectionTypeClient
40 return ConnectionTypeClient{NewWithBaseURI(baseURI, subscriptionID)}
49 func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, au…
84 func (client ConnectionTypeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName st… argument
109 func (client ConnectionTypeClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
116 func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectionT…
132 func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automation…
163 func (client ConnectionTypeClient) DeletePreparer(ctx context.Context, resourceGroupName string, au… argument
186 func (client ConnectionTypeClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
193 func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result autorest.Response, …
208 func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAcc…
239 func (client ConnectionTypeClient) GetPreparer(ctx context.Context, resourceGroupName string, autom… argument
262 func (client ConnectionTypeClient) GetSender(req *http.Request) (*http.Response, error) { argument
269 func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result ConnectionType, err er…
284 func (client ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, resourceGroupName s…
316 func (client ConnectionTypeClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGro… argument
338 func (client ConnectionTypeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response…
345 func (client ConnectionTypeClient) ListByAutomationAccountResponder(resp *http.Response) (result Co…
357 func (client ConnectionTypeClient) listByAutomationAccountNextResults(lastResults ConnectionTypeLis…
378 func (client ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, resourceGro… argument