StorageAccountOperationsExtensions::BeginCreating Method (IStorageAccountOperations^, StorageAccountCreateParameters^)
Initiates the creation of a storage account.
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
public: [ExtensionAttribute] static AzureOperationResponse^ BeginCreating( 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::AzureOperationResponse^An OperationResponse object that includes an HTTP status code and request ID.
For more information about creating a storage account, see the following resources:
Show: