StorageAccountOperationsExtensions.Delete Method (IStorageAccountOperations, String)
Deletes a storage account.
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.AzureOperationResponseAn OperationResponse object that includes an HTTP status code and request ID.
For more information about deleting a storage account, see the following resources:
Show: