次の方法で共有


HostedServiceOperationsExtensions.BeginDeletingAllAsync メソッド

定義

DeleteAll Hosted Service 操作は、指定されたクラウド サービスと、オペレーティング システム ディスク、接続されたデータ ディスク、およびディスクのソース BLOB を Microsoft Azure からストレージから削除します。 (詳細については、'http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.aspx' を参照してください)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeletingAllAsync(this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member BeginDeletingAllAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeletingAllAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of AzureOperationResponse)

パラメーター

operations
IHostedServiceOperations

Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations への参照。

serviceName
String

必須。 クラウド サービスの名前。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象