Lines Matching refs:AccountsClient

29 type AccountsClient struct {  struct
34 func NewAccountsClient(subscriptionID string) AccountsClient {
39 func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient {
40 return AccountsClient{NewWithBaseURI(baseURI, subscriptionID)}
49 func (client AccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountN…
80 func (client AccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, … argument
104 func (client AccountsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) { argument
111 func (client AccountsClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err erro…
126 func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName stri…
149 func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountN… argument
171 func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
178 func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err er…
192 func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string)…
215 func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName… argument
237 func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) { argument
244 func (client AccountsClient) GetResponder(resp *http.Response) (result Account, err error) {
258 func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (re…
281 func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName str… argument
302 func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) {
309 func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result Accounts, er…
321 func (client AccountsClient) ListBySubscription(ctx context.Context) (result Accounts, err error) {
344 func (client AccountsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error)… argument
364 func (client AccountsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) { argument
371 func (client AccountsClient) ListBySubscriptionResponder(resp *http.Response) (result Accounts, err…
387 func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName st…
410 func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accoun… argument
432 func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) {
439 func (client AccountsClient) ListKeysResponder(resp *http.Response) (result AccountKeys, err error)…
451 func (client AccountsClient) ListOperations(ctx context.Context) (result Operations, err error) {
474 func (client AccountsClient) ListOperationsPreparer(ctx context.Context) (*http.Request, error) { argument
490 func (client AccountsClient) ListOperationsSender(req *http.Request) (*http.Response, error) { argument
497 func (client AccountsClient) ListOperationsResponder(resp *http.Response) (result Operations, err e…
512 func (client AccountsClient) Move(ctx context.Context, resourceGroupName string, moveRequest Accoun…
542 func (client AccountsClient) MovePreparer(ctx context.Context, resourceGroupName string, moveReques… argument
565 func (client AccountsClient) MoveSender(req *http.Request) (*http.Response, error) { argument
572 func (client AccountsClient) MoveResponder(resp *http.Response) (result autorest.Response, err erro…
588 func (client AccountsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, accountN…
611 func (client AccountsClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, … argument
635 func (client AccountsClient) RegenerateKeysSender(req *http.Request) (*http.Response, error) { argument
642 func (client AccountsClient) RegenerateKeysResponder(resp *http.Response) (result AccountKeys, err …
658 func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName stri…
681 func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountN… argument
705 func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) { argument
712 func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) { argument