StorageAccountOperationsExtensions.Create Method (IStorageAccountOperations, StorageAccountCreateParameters)
Creates a storage account.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
public static OperationStatusResponse Create( this IStorageAccountOperations operations, StorageAccountCreateParameters parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations
The IStorageAccountOperations object that specifies the storage account operations.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Storage.Models.StorageAccountCreateParameters
The StorageAccountCreateParameters object that contains the parameters that are used to create the storage account.
Return Value
Type: Microsoft.Azure.OperationStatusResponseThe T:Microsoft.WindowsAzure.Management.Storage.Models.StorageOperationStatusResponse object that contains the status of the operation.
If the asynchronous operation succeeds, the response includes the HTTP status code for the successful request. If the asynchronous operation failed, the response includes the HTTP status code for the failed request, and also includes error information about the failure.
For more information about creating a storage account, see the following resources:
Show: