Lines Matching refs:AccountsClient

19 type AccountsClient struct {  struct
24 func NewAccountsClient(subscriptionID string) AccountsClient {
30 func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient {
31 return AccountsClient{NewWithBaseURI(baseURI, subscriptionID)}
39 func (client AccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountN…
73 func (client AccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, … argument
97 func (client AccountsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
103 func (client AccountsClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err erro… argument
117 func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName stri…
151 func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountN… argument
173 func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
179 func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err er… argument
192 func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string)…
226 func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName… argument
248 func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) { argument
254 func (client AccountsClient) GetResponder(resp *http.Response) (result Account, err error) { argument
265 func (client AccountsClient) List(ctx context.Context) (result AccountList, err error) {
299 func (client AccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) { argument
319 func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) { argument
325 func (client AccountsClient) ListResponder(resp *http.Response) (result AccountList, err error) { argument
338 func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (re…
372 func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName str… argument
393 func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) { argument
399 func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result AccountList,… argument
413 func (client AccountsClient) ListChannelTypes(ctx context.Context, resourceGroupName string, accoun…
447 func (client AccountsClient) ListChannelTypesPreparer(ctx context.Context, resourceGroupName string… argument
469 func (client AccountsClient) ListChannelTypesSender(req *http.Request) (*http.Response, error) { argument
475 func (client AccountsClient) ListChannelTypesResponder(resp *http.Response) (result ChannelTypeDesc… argument
489 func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName st…
523 func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accoun… argument
545 func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) { argument
551 func (client AccountsClient) ListKeysResponder(resp *http.Response) (result KeyDescriptionList, err… argument
566 func (client AccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountNa…
606 func (client AccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, a… argument
630 func (client AccountsClient) RegenerateKeySender(req *http.Request) (*http.Response, error) { argument
636 func (client AccountsClient) RegenerateKeyResponder(resp *http.Response) (result KeyDescription, er… argument
651 func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName stri…
685 func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountN… argument
709 func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) { argument
715 func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) { argument