共用方式為


StorageAccountOperationsExtensions.DeleteAsync 方法 (IStorageAccountOperations, String)

 

非同步刪除儲存體帳戶。

命名空間:   Microsoft.WindowsAzure.Management.Storage
組件:  Microsoft.WindowsAzure.Management.Storage (在 Microsoft.WindowsAzure.Management.Storage.dll 中)

語法

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

參數

  • serviceName
    若要刪除的儲存體帳戶名稱。

傳回值

Type: System.Threading.Tasks.Task<AzureOperationResponse>

OperationResponse 物件包含 HTTP 狀態碼和要求識別碼。

備註

如需有關刪除儲存體帳戶的詳細資訊,請參閱下列資源:

請參閱

StorageAccountOperationsExtensions 類別
Microsoft.WindowsAzure.Management.Storage 命名空間

回到頁首