Share via


StorageAccountOperationsExtensions.Delete Method (IStorageAccountOperations, String)

 

Deletes a storage account.

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

Syntax

public static AzureOperationResponse Delete(
    this IStorageAccountOperations operations,
    string accountName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
    IStorageAccountOperations^ operations,
    String^ accountName
)
static member Delete : 
        operations:IStorageAccountOperations *
        accountName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As IStorageAccountOperations,
    accountName As String
) As AzureOperationResponse

Parameters

  • serviceName
    The name of the storage account to delete.

Return Value

Type: Microsoft.Azure.AzureOperationResponse

An OperationResponse object that includes an HTTP status code and request ID.

Remarks

For more information about deleting a storage account, see the following resources:

See Also

StorageAccountOperationsExtensions Class
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top