Udostępnij za pośrednictwem


StorageAccountOperationsExtensions.DeleteAsync Method

Definition

The Delete Storage Account operation deletes the specified storage account from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh264517.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations operations, string accountName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IStorageAccountOperations, accountName As String) As Task(Of AzureOperationResponse)

Parameters

operations
IStorageAccountOperations

Reference to the Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations.

accountName
String

Required. The name of the storage account to be deleted.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

A standard service response including an HTTP status code and request ID.

Applies to