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)}
48 func (client ConnectionTypeClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, au…
81 func (client ConnectionTypeClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName st… argument
106 func (client ConnectionTypeClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
113 func (client ConnectionTypeClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectionT…
128 func (client ConnectionTypeClient) Delete(ctx context.Context, resourceGroupName string, automation…
157 func (client ConnectionTypeClient) DeletePreparer(ctx context.Context, resourceGroupName string, au… argument
180 func (client ConnectionTypeClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
187 func (client ConnectionTypeClient) DeleteResponder(resp *http.Response) (result autorest.Response, …
201 func (client ConnectionTypeClient) Get(ctx context.Context, resourceGroupName string, automationAcc…
230 func (client ConnectionTypeClient) GetPreparer(ctx context.Context, resourceGroupName string, autom… argument
253 func (client ConnectionTypeClient) GetSender(req *http.Request) (*http.Response, error) { argument
260 func (client ConnectionTypeClient) GetResponder(resp *http.Response) (result ConnectionType, err er…
274 func (client ConnectionTypeClient) ListByAutomationAccount(ctx context.Context, resourceGroupName s…
304 func (client ConnectionTypeClient) ListByAutomationAccountPreparer(ctx context.Context, resourceGro… argument
326 func (client ConnectionTypeClient) ListByAutomationAccountSender(req *http.Request) (*http.Response…
333 func (client ConnectionTypeClient) ListByAutomationAccountResponder(resp *http.Response) (result Co…
345 func (client ConnectionTypeClient) listByAutomationAccountNextResults(lastResults ConnectionTypeLis…
366 func (client ConnectionTypeClient) ListByAutomationAccountComplete(ctx context.Context, resourceGro… argument