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
205 func (client AccountsClient) CreateResponder(resp *http.Response) (result Account, err error) { argument
222 func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName stri…
256 func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountN… argument
278 func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) { argument
285 func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err er… argument
302 func (client AccountsClient) GetProperties(ctx context.Context, resourceGroupName string, accountNa…
336 func (client AccountsClient) GetPropertiesPreparer(ctx context.Context, resourceGroupName string, a… argument
358 func (client AccountsClient) GetPropertiesSender(req *http.Request) (*http.Response, error) {
365 func (client AccountsClient) GetPropertiesResponder(resp *http.Response) (result Account, err error…
378 func (client AccountsClient) List(ctx context.Context) (result AccountListResult, err error) {
401 func (client AccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) { argument
421 func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) { argument
428 func (client AccountsClient) ListResponder(resp *http.Response) (result AccountListResult, err erro… argument
446 func (client AccountsClient) ListAccountSAS(ctx context.Context, resourceGroupName string, accountN…
482 func (client AccountsClient) ListAccountSASPreparer(ctx context.Context, resourceGroupName string, … argument
506 func (client AccountsClient) ListAccountSASSender(req *http.Request) (*http.Response, error) { argument
513 func (client AccountsClient) ListAccountSASResponder(resp *http.Response) (result ListAccountSasRes…
529 func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (re…
560 func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName str… argument
581 func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) { argument
588 func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListR… argument
605 func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName st…
639 func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accoun… argument
661 func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) { argument
668 func (client AccountsClient) ListKeysResponder(resp *http.Response) (result AccountListKeysResult, … argument
686 func (client AccountsClient) ListServiceSAS(ctx context.Context, resourceGroupName string, accountN…
724 func (client AccountsClient) ListServiceSASPreparer(ctx context.Context, resourceGroupName string, … argument
748 func (client AccountsClient) ListServiceSASSender(req *http.Request) (*http.Response, error) { argument
755 func (client AccountsClient) ListServiceSASResponder(resp *http.Response) (result ListServiceSasRes… argument
773 func (client AccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountNa…
809 func (client AccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, a… argument
833 func (client AccountsClient) RegenerateKeySender(req *http.Request) (*http.Response, error) { argument
840 func (client AccountsClient) RegenerateKeyResponder(resp *http.Response) (result AccountListKeysRes… argument
863 func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName stri…
897 func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountN… argument
921 func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) { argument
928 func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) { argument