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)
参数
operations
Type: Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperationsIStorageAccountOperations 指定存储帐户的操作的对象。
- serviceName
要删除的存储帐户的名称。
返回值
Type: System.Threading.Tasks.Task<AzureOperationResponse>
OperationResponse 对象,包括 HTTP 状态代码和请求 id。
备注
有关删除存储帐户的详细信息,请参阅以下资源:
请参阅
StorageAccountOperationsExtensions 类
Microsoft.WindowsAzure.Management.Storage 命名空间
返回页首