次の方法で共有


HostedServiceOperationsExtensions.DeleteAsync メソッド

定義

[ホストされたサービスの削除] 操作では、指定したクラウド サービスを Azure から削除します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/gg441305.aspx してください)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync(this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (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 を含む標準のサービス応答。

適用対象