Share via


StorageAccountOperationsExtensions.Delete Method

Deletes a storage account.

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

Usage

'Usage
Dim operations As IStorageAccountOperations
Dim accountName As String
Dim returnValue As AzureOperationResponse

returnValue = StorageAccountOperationsExtensions.Delete(operations, accountName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Delete ( _
    operations As IStorageAccountOperations, _
    accountName As String _
) As AzureOperationResponse
[ExtensionAttribute] 
public static AzureOperationResponse Delete (
    IStorageAccountOperations operations,
    string accountName
)
[ExtensionAttribute] 
public:
static AzureOperationResponse^ Delete (
    IStorageAccountOperations^ operations, 
    String^ accountName
)
/** @attribute ExtensionAttribute() */ 
public static AzureOperationResponse Delete (
    IStorageAccountOperations operations, 
    String accountName
)
ExtensionAttribute 
public static function Delete (
    operations : IStorageAccountOperations, 
    accountName : String
) : AzureOperationResponse

Parameters

  • serviceName
    The name of the storage account to delete.

Return Value

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:

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StorageAccountOperationsExtensions Class
StorageAccountOperationsExtensions Members
Microsoft.WindowsAzure.Management.Storage Namespace