你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStorageAccountsOperations Interface

Definition

StorageAccountsOperations operations.

public interface IStorageAccountsOperations
type IStorageAccountsOperations = interface
Public Interface IStorageAccountsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, StorageAccountCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

CheckNameAvailabilityWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Checks that the storage account name is valid and is not already in use.

CreateWithHttpMessagesAsync(String, String, StorageAccountCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

GetPropertiesWithHttpMessagesAsync(String, String, Nullable<StorageAccountExpand>, Dictionary<String,List<String>>, CancellationToken)

Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

ListKeysWithHttpMessagesAsync(String, String, Nullable<ListKeyExpand>, Dictionary<String,List<String>>, CancellationToken)

Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

Extension Methods

BeginCreate(IStorageAccountsOperations, String, String, StorageAccountCreateParameters)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

BeginCreateAsync(IStorageAccountsOperations, String, String, StorageAccountCreateParameters, CancellationToken)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

CheckNameAvailability(IStorageAccountsOperations, String)

Checks that the storage account name is valid and is not already in use.

CheckNameAvailabilityAsync(IStorageAccountsOperations, String, CancellationToken)

Checks that the storage account name is valid and is not already in use.

Create(IStorageAccountsOperations, String, String, StorageAccountCreateParameters)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

CreateAsync(IStorageAccountsOperations, String, String, StorageAccountCreateParameters, CancellationToken)

Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed.

GetProperties(IStorageAccountsOperations, String, String, Nullable<StorageAccountExpand>)

Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.

GetPropertiesAsync(IStorageAccountsOperations, String, String, Nullable<StorageAccountExpand>, CancellationToken)

Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys.

List(IStorageAccountsOperations)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

ListAsync(IStorageAccountsOperations, CancellationToken)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

ListByResourceGroup(IStorageAccountsOperations, String)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

ListByResourceGroupAsync(IStorageAccountsOperations, String, CancellationToken)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

ListByResourceGroupNext(IStorageAccountsOperations, String)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

ListByResourceGroupNextAsync(IStorageAccountsOperations, String, CancellationToken)

Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this.

ListKeys(IStorageAccountsOperations, String, String, Nullable<ListKeyExpand>)

Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.

ListKeysAsync(IStorageAccountsOperations, String, String, Nullable<ListKeyExpand>, CancellationToken)

Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account.

ListNext(IStorageAccountsOperations, String)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

ListNextAsync(IStorageAccountsOperations, String, CancellationToken)

Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this.

Applies to