Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountsClient ¶
type AccountsClient interface { GetProperties(ctx context.Context, resourceGroupName string, accountName string, expand mgmtstorage.AccountExpand) (result mgmtstorage.Account, err error) Update(ctx context.Context, resourceGroupName string, accountName string, parameters mgmtstorage.AccountUpdateParameters) (result mgmtstorage.Account, err error) ListAccountSAS(ctx context.Context, resourceGroupName string, accountName string, parameters mgmtstorage.AccountSasParameters) (result mgmtstorage.ListAccountSasResponse, err error) ListKeys(ctx context.Context, resourceGroupName string, accountName string, expand mgmtstorage.ListKeyExpand) (result mgmtstorage.AccountListKeysResult, err error) }
AccountsClient is a minimal interface for azure AccountsClient
func NewAccountsClient ¶
func NewAccountsClient(environment *azureclient.AROEnvironment, subscriptionID string, authorizer autorest.Authorizer) AccountsClient
NewAccountsClient returns a new AccountsClient
Click to show internal directories.
Click to hide internal directories.