StorageAccountsOperationsExtensions Class

Definition

Extension methods for StorageAccountsOperations.

public static class StorageAccountsOperationsExtensions
type StorageAccountsOperationsExtensions = class
Public Module StorageAccountsOperationsExtensions
Inheritance
StorageAccountsOperationsExtensions

Methods

AbortHierarchicalNamespaceMigration(IStorageAccountsOperations, String, String)

Abort live Migration of storage account to enable Hns

AbortHierarchicalNamespaceMigrationAsync(IStorageAccountsOperations, String, String, CancellationToken)

Abort live Migration of storage account to enable Hns

BeginAbortHierarchicalNamespaceMigration(IStorageAccountsOperations, String, String)

Abort live Migration of storage account to enable Hns

BeginAbortHierarchicalNamespaceMigrationAsync(IStorageAccountsOperations, String, String, CancellationToken)

Abort live Migration of storage account to enable Hns

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.

BeginFailover(IStorageAccountsOperations, String, String)

Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover.

BeginFailoverAsync(IStorageAccountsOperations, String, String, CancellationToken)

Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover.

BeginHierarchicalNamespaceMigration(IStorageAccountsOperations, String, String, String)

Live Migration of storage account to enable Hns

BeginHierarchicalNamespaceMigrationAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Live Migration of storage account to enable Hns

BeginRestoreBlobRanges(IStorageAccountsOperations, String, String, DateTime, IList<BlobRestoreRange>)

Restore blobs in the specified blob ranges

BeginRestoreBlobRangesAsync(IStorageAccountsOperations, String, String, DateTime, IList<BlobRestoreRange>, CancellationToken)

Restore blobs in the specified blob ranges

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.

Delete(IStorageAccountsOperations, String, String)

Deletes a storage account in Microsoft Azure.

DeleteAsync(IStorageAccountsOperations, String, String, CancellationToken)

Deletes a storage account in Microsoft Azure.

Failover(IStorageAccountsOperations, String, String)

Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover.

FailoverAsync(IStorageAccountsOperations, String, String, CancellationToken)

Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover.

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.

HierarchicalNamespaceMigration(IStorageAccountsOperations, String, String, String)

Live Migration of storage account to enable Hns

HierarchicalNamespaceMigrationAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Live Migration of storage account to enable Hns

List(IStorageAccountsOperations)

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

ListAccountSAS(IStorageAccountsOperations, String, String, AccountSasParameters)

List SAS credentials of a storage account.

ListAccountSASAsync(IStorageAccountsOperations, String, String, AccountSasParameters, CancellationToken)

List SAS credentials of a storage account.

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.

ListServiceSAS(IStorageAccountsOperations, String, String, ServiceSasParameters)

List service SAS credentials of a specific resource.

ListServiceSASAsync(IStorageAccountsOperations, String, String, ServiceSasParameters, CancellationToken)

List service SAS credentials of a specific resource.

RegenerateKey(IStorageAccountsOperations, String, String, String)

Regenerates one of the access keys or Kerberos keys for the specified storage account.

RegenerateKeyAsync(IStorageAccountsOperations, String, String, String, CancellationToken)

Regenerates one of the access keys or Kerberos keys for the specified storage account.

RestoreBlobRanges(IStorageAccountsOperations, String, String, DateTime, IList<BlobRestoreRange>)

Restore blobs in the specified blob ranges

RestoreBlobRangesAsync(IStorageAccountsOperations, String, String, DateTime, IList<BlobRestoreRange>, CancellationToken)

Restore blobs in the specified blob ranges

RevokeUserDelegationKeys(IStorageAccountsOperations, String, String)

Revoke user delegation keys.

RevokeUserDelegationKeysAsync(IStorageAccountsOperations, String, String, CancellationToken)

Revoke user delegation keys.

Update(IStorageAccountsOperations, String, String, StorageAccountUpdateParameters)

The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.

UpdateAsync(IStorageAccountsOperations, String, String, StorageAccountUpdateParameters, CancellationToken)

The update operation can be used to update the SKU, encryption, access tier, or tags for a storage account. It can also be used to map the account to a custom domain. Only one custom domain is supported per storage account; the replacement/change of custom domain is not supported. In order to replace an old custom domain, the old value must be cleared/unregistered before a new value can be set. The update of multiple properties is supported. This call does not change the storage keys for the account. If you want to change the storage account keys, use the regenerate keys operation. The location and name of the storage account cannot be changed after creation.

Applies to