IStorageAccountOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Service Management API includes operations for managing the storage accounts beneath your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460790.aspx for more information)
public interface IStorageAccountOperations
type IStorageAccountOperations = interface
Public Interface IStorageAccountOperations
Methods
AbortMigrationAsync(String, CancellationToken) |
Abort storage account migration api validates and aborts the given storage account for IaaS Classic to ARM migration. |
BeginAbortMigrationAsync(String, CancellationToken) |
Abort storage account migration api validates and aborts the given storage account for IaaS Classic to ARM migration. |
BeginCommitMigrationAsync(String, CancellationToken) |
Commit storage account migration api validates and commits the given storage account for IaaS Classic to ARM migration. |
BeginCreatingAsync(StorageAccountCreateParameters, CancellationToken) |
The Begin Creating Storage Account operation creates a new storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264518.aspx for more information) |
BeginPrepareMigrationAsync(String, CancellationToken) |
Prepare storage account migration api validates and prepares the given storage account for IaaS Classic to ARM migration. |
CheckNameAvailabilityAsync(String, CancellationToken) |
The Check Name Availability operation checks if a storage account name is available for use in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154125.aspx for more information) |
CommitMigrationAsync(String, CancellationToken) |
Commit storage account migration api validates and commits the given storage account for IaaS Classic to ARM migration. |
CreateAsync(StorageAccountCreateParameters, CancellationToken) |
The Create Storage Account operation creates a new storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264518.aspx for more information) |
DeleteAsync(String, CancellationToken) |
The Delete Storage Account operation deletes the specified storage account from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264517.aspx for more information) |
GetAsync(String, CancellationToken) |
The Get Storage Account Properties operation returns system properties for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460802.aspx for more information) |
GetKeysAsync(String, CancellationToken) |
The Get Storage Keys operation returns the primary and secondary access keys for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460785.aspx for more information) |
ListAsync(CancellationToken) |
The List Storage Accounts operation lists the storage accounts available under the current subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460787.aspx for more information) |
PrepareMigrationAsync(String, CancellationToken) |
Prepare storage account migration api validates and prepares the given storage account for IaaS Classic to ARM migration. |
RegenerateKeysAsync(StorageAccountRegenerateKeysParameters, CancellationToken) |
The Regenerate Keys operation regenerates the primary or secondary access key for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460795.aspx for more information) |
UpdateAsync(String, StorageAccountUpdateParameters, CancellationToken) |
The Update Storage Account operation updates the label and the description, and enables or disables the geo-replication status for a storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264516.aspx for more information) |
ValidateMigrationAsync(String, CancellationToken) |
Validate storage account migration api validates the given storage account for IaaS Classic to ARM migration. |
Extension Methods
AbortMigration(IStorageAccountOperations, String) |
Abort storage account migration api validates and aborts the given storage account for IaaS Classic to ARM migration. |
AbortMigrationAsync(IStorageAccountOperations, String) |
Abort storage account migration api validates and aborts the given storage account for IaaS Classic to ARM migration. |
BeginAbortMigration(IStorageAccountOperations, String) |
Abort storage account migration api validates and aborts the given storage account for IaaS Classic to ARM migration. |
BeginAbortMigrationAsync(IStorageAccountOperations, String) |
Abort storage account migration api validates and aborts the given storage account for IaaS Classic to ARM migration. |
BeginCommitMigration(IStorageAccountOperations, String) |
Commit storage account migration api validates and commits the given storage account for IaaS Classic to ARM migration. |
BeginCommitMigrationAsync(IStorageAccountOperations, String) |
Commit storage account migration api validates and commits the given storage account for IaaS Classic to ARM migration. |
BeginCreating(IStorageAccountOperations, StorageAccountCreateParameters) |
The Begin Creating Storage Account operation creates a new storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264518.aspx for more information) |
BeginCreatingAsync(IStorageAccountOperations, StorageAccountCreateParameters) |
The Begin Creating Storage Account operation creates a new storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264518.aspx for more information) |
BeginPrepareMigration(IStorageAccountOperations, String) |
Prepare storage account migration api validates and prepares the given storage account for IaaS Classic to ARM migration. |
BeginPrepareMigrationAsync(IStorageAccountOperations, String) |
Prepare storage account migration api validates and prepares the given storage account for IaaS Classic to ARM migration. |
CheckNameAvailability(IStorageAccountOperations, String) |
The Check Name Availability operation checks if a storage account name is available for use in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154125.aspx for more information) |
CheckNameAvailabilityAsync(IStorageAccountOperations, String) |
The Check Name Availability operation checks if a storage account name is available for use in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154125.aspx for more information) |
CommitMigration(IStorageAccountOperations, String) |
Commit storage account migration api validates and commits the given storage account for IaaS Classic to ARM migration. |
CommitMigrationAsync(IStorageAccountOperations, String) |
Commit storage account migration api validates and commits the given storage account for IaaS Classic to ARM migration. |
Create(IStorageAccountOperations, StorageAccountCreateParameters) |
The Create Storage Account operation creates a new storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264518.aspx for more information) |
CreateAsync(IStorageAccountOperations, StorageAccountCreateParameters) |
The Create Storage Account operation creates a new storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264518.aspx for more information) |
Delete(IStorageAccountOperations, String) |
The Delete Storage Account operation deletes the specified storage account from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264517.aspx for more information) |
DeleteAsync(IStorageAccountOperations, String) |
The Delete Storage Account operation deletes the specified storage account from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264517.aspx for more information) |
Get(IStorageAccountOperations, String) |
The Get Storage Account Properties operation returns system properties for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460802.aspx for more information) |
GetAsync(IStorageAccountOperations, String) |
The Get Storage Account Properties operation returns system properties for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460802.aspx for more information) |
GetKeys(IStorageAccountOperations, String) |
The Get Storage Keys operation returns the primary and secondary access keys for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460785.aspx for more information) |
GetKeysAsync(IStorageAccountOperations, String) |
The Get Storage Keys operation returns the primary and secondary access keys for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460785.aspx for more information) |
List(IStorageAccountOperations) |
The List Storage Accounts operation lists the storage accounts available under the current subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460787.aspx for more information) |
ListAsync(IStorageAccountOperations) |
The List Storage Accounts operation lists the storage accounts available under the current subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460787.aspx for more information) |
PrepareMigration(IStorageAccountOperations, String) |
Prepare storage account migration api validates and prepares the given storage account for IaaS Classic to ARM migration. |
PrepareMigrationAsync(IStorageAccountOperations, String) |
Prepare storage account migration api validates and prepares the given storage account for IaaS Classic to ARM migration. |
RegenerateKeys(IStorageAccountOperations, StorageAccountRegenerateKeysParameters) |
The Regenerate Keys operation regenerates the primary or secondary access key for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460795.aspx for more information) |
RegenerateKeysAsync(IStorageAccountOperations, StorageAccountRegenerateKeysParameters) |
The Regenerate Keys operation regenerates the primary or secondary access key for the specified storage account. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460795.aspx for more information) |
Update(IStorageAccountOperations, String, StorageAccountUpdateParameters) |
The Update Storage Account operation updates the label and the description, and enables or disables the geo-replication status for a storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264516.aspx for more information) |
UpdateAsync(IStorageAccountOperations, String, StorageAccountUpdateParameters) |
The Update Storage Account operation updates the label and the description, and enables or disables the geo-replication status for a storage account in Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264516.aspx for more information) |
ValidateMigration(IStorageAccountOperations, String) |
Validate storage account migration api validates the given storage account for IaaS Classic to ARM migration. |
ValidateMigrationAsync(IStorageAccountOperations, String) |
Validate storage account migration api validates the given storage account for IaaS Classic to ARM migration. |
Applies to
Azure SDK for .NET