次の方法で共有


HostedServiceOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IHostedServiceOperations

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

serviceName
String

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

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象