StorageAccountOperationsExtensions Class
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 provides programmatic access to much of the functionality available through the Management Portal. The Service Management API is a REST API. All API operations are performed over SSL and are mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)
public static class StorageAccountOperationsExtensions
type StorageAccountOperationsExtensions = class
Public Module StorageAccountOperationsExtensions
- Inheritance
-
StorageAccountOperationsExtensions
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. |