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)}
40 func (client AccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountN…
82 func (client AccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, … argument
106 func (client AccountsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
112 func (client AccountsClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err erro… argument
126 func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName stri…
160 func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountN… argument
182 func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
188 func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err er… argument
201 func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string)…
235 func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName… argument
257 func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) { argument
263 func (client AccountsClient) GetResponder(resp *http.Response) (result Account, err error) { argument
276 func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (re…
310 func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName str… argument
331 func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) { argument
337 func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result Accounts, er… argument
348 func (client AccountsClient) ListBySubscription(ctx context.Context) (result Accounts, err error) {
382 func (client AccountsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error)… argument
402 func (client AccountsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) { argument
408 func (client AccountsClient) ListBySubscriptionResponder(resp *http.Response) (result Accounts, err… argument
423 func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName st…
457 func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accoun… argument
479 func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) { argument
485 func (client AccountsClient) ListKeysResponder(resp *http.Response) (result AccountKeys, err error)… argument
496 func (client AccountsClient) ListOperations(ctx context.Context) (result Operations, err error) {
530 func (client AccountsClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error) { argument
546 func (client AccountsClient) ListOperationsSender(req *http.Request) (*http.Response, error) { argument
552 func (client AccountsClient) ListOperationsResponder(resp *http.Response) (result Operations, err e… argument
566 func (client AccountsClient) Move(ctx context.Context, resourceGroupName string, moveRequest Accoun…
607 func (client AccountsClient) MovePreparer(ctx context.Context, resourceGroupName string, moveReques… argument
630 func (client AccountsClient) MoveSender(req *http.Request) (*http.Response, error) { argument
636 func (client AccountsClient) MoveResponder(resp *http.Response) (result autorest.Response, err erro… argument
651 func (client AccountsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, accountN…
685 func (client AccountsClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, … argument
709 func (client AccountsClient) RegenerateKeysSender(req *http.Request) (*http.Response, error) { argument
715 func (client AccountsClient) RegenerateKeysResponder(resp *http.Response) (result AccountKeys, err … argument
730 func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName stri…
764 func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountN… argument
788 func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) { argument
794 func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) { argument