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)}
47 func (client AccountsClient) CheckNameAvailability(ctx context.Context, accountName AccountCheckNam…
77 func (client AccountsClient) CheckNameAvailabilityPreparer(ctx context.Context, accountName Account… argument
99 func (client AccountsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error)… argument
106 func (client AccountsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameA… argument
127 func (client AccountsClient) Create(ctx context.Context, resourceGroupName string, accountName stri…
164 func (client AccountsClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountN… argument
188 func (client AccountsClient) CreateSender(req *http.Request) (future AccountsCreateFuture, err erro… argument
203 func (client AccountsClient) CreateResponder(resp *http.Response) (result Account, err error) { argument
220 func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName stri…
254 func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountN… argument
276 func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
283 func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err er… argument
300 func (client AccountsClient) GetProperties(ctx context.Context, resourceGroupName string, accountNa…
334 func (client AccountsClient) GetPropertiesPreparer(ctx context.Context, resourceGroupName string, a… argument
356 func (client AccountsClient) GetPropertiesSender(req *http.Request) (*http.Response, error) {
363 func (client AccountsClient) GetPropertiesResponder(resp *http.Response) (result Account, err error…
376 func (client AccountsClient) List(ctx context.Context) (result AccountListResult, err error) {
399 func (client AccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) { argument
419 func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) { argument
426 func (client AccountsClient) ListResponder(resp *http.Response) (result AccountListResult, err erro… argument
444 func (client AccountsClient) ListAccountSAS(ctx context.Context, resourceGroupName string, accountN…
480 func (client AccountsClient) ListAccountSASPreparer(ctx context.Context, resourceGroupName string, … argument
504 func (client AccountsClient) ListAccountSASSender(req *http.Request) (*http.Response, error) { argument
511 func (client AccountsClient) ListAccountSASResponder(resp *http.Response) (result ListAccountSasRes…
527 func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (re…
558 func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName str… argument
579 func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) { argument
586 func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListR… argument
603 func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName st…
637 func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accoun… argument
659 func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) { argument
666 func (client AccountsClient) ListKeysResponder(resp *http.Response) (result AccountListKeysResult, … argument
684 func (client AccountsClient) ListServiceSAS(ctx context.Context, resourceGroupName string, accountN…
722 func (client AccountsClient) ListServiceSASPreparer(ctx context.Context, resourceGroupName string, … argument
746 func (client AccountsClient) ListServiceSASSender(req *http.Request) (*http.Response, error) { argument
753 func (client AccountsClient) ListServiceSASResponder(resp *http.Response) (result ListServiceSasRes… argument
771 func (client AccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountNa…
807 func (client AccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, a… argument
831 func (client AccountsClient) RegenerateKeySender(req *http.Request) (*http.Response, error) { argument
838 func (client AccountsClient) RegenerateKeyResponder(resp *http.Response) (result AccountListKeysRes… argument
861 func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName stri…
895 func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountN… argument
919 func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) { argument
926 func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) { argument