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)

public static AzureOperationResponse Delete(
	this IStorageAccountOperations operations,
	string accountName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations

The IStorageAccountOperations object that specifies the storage account operations.

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.

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

Return to top
Show: