Lines Matching refs:ConnectionTypeClient

19 type ConnectionTypeClient struct {  struct
24 func NewConnectionTypeClient(subscriptionID string) ConnectionTypeClient {
30 func NewConnectionTypeClientWithBaseURI(baseURI string, subscriptionID string) ConnectionTypeClient
31 return ConnectionTypeClient{NewWithBaseURI(baseURI, subscriptionID)}
40 func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, au…
86 func (client ConnectionTypeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName st… argument
111 func (client ConnectionTypeClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
117 func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectionT… argument
132 func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automation…
174 func (client ConnectionTypeClient) DeletePreparer(ctx context.Context, resourceGroupName string, au… argument
197 func (client ConnectionTypeClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
203 func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result autorest.Response, … argument
217 func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAcc…
259 func (client ConnectionTypeClient) GetPreparer(ctx context.Context, resourceGroupName string, autom… argument
282 func (client ConnectionTypeClient) GetSender(req *http.Request) (*http.Response, error) { argument
288 func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result ConnectionType, err er… argument
302 func (client ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, resourceGroupName s…
349 func (client ConnectionTypeClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGro… argument
371 func (client ConnectionTypeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response…
377 func (client ConnectionTypeClient) ListByAutomationAccountResponder(resp *http.Response) (result Co…
388 func (client ConnectionTypeClient) listByAutomationAccountNextResults(ctx context.Context, lastResu…
409 func (client ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, resourceGro… argument