Lines Matching refs:ConnectionTypeClient

30 type ConnectionTypeClient struct {  struct
35 func NewConnectionTypeClient(subscriptionID string) ConnectionTypeClient {
41 func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) ConnectionTypeClient
42 return ConnectionTypeClient{NewWithBaseURI(baseURI, subscriptionID)}
51 func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, au…
96 func (client ConnectionTypeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName st… argument
121 func (client ConnectionTypeClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
127 func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectionT… argument
143 func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automation…
184 func (client ConnectionTypeClient) DeletePreparer(ctx context.Context, resourceGroupName string, au… argument
207 func (client ConnectionTypeClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
213 func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result autorest.Response, … argument
228 func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAcc…
269 func (client ConnectionTypeClient) GetPreparer(ctx context.Context, resourceGroupName string, autom… argument
292 func (client ConnectionTypeClient) GetSender(req *http.Request) (*http.Response, error) { argument
298 func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result ConnectionType, err er… argument
313 func (client ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, resourceGroupName s…
355 func (client ConnectionTypeClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGro… argument
377 func (client ConnectionTypeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response…
383 func (client ConnectionTypeClient) ListByAutomationAccountResponder(resp *http.Response) (result Co…
395 func (client ConnectionTypeClient) listByAutomationAccountNextResults(ctx context.Context, lastResu…
416 func (client ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, resourceGro… argument