Aracılığıyla paylaş


StorageAccountOperationsExtensions.Create Method (IStorageAccountOperations, StorageAccountCreateParameters)

 

Creates a storage account.

Namespace:   Microsoft.WindowsAzure.Management.Storage
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Syntax

public static OperationStatusResponse Create(
    this IStorageAccountOperations operations,
    StorageAccountCreateParameters parameters
)
public:
[ExtensionAttribute]
static OperationStatusResponse^ Create(
    IStorageAccountOperations^ operations,
    StorageAccountCreateParameters^ parameters
)
static member Create : 
        operations:IStorageAccountOperations *
        parameters:StorageAccountCreateParameters -> OperationStatusResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As IStorageAccountOperations,
    parameters As StorageAccountCreateParameters
) As OperationStatusResponse

Parameters

Return Value

Type: Microsoft.Azure.OperationStatusResponse

The T:Microsoft.WindowsAzure.Management.Storage.Models.StorageOperationStatusResponse object that contains the status of the operation.

Remarks

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:

See Also

StorageAccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top