次の方法で共有


DeploymentOperationsExtensions.BeginDeletingBySlotAsync メソッド

定義

[スロットによるデプロイの削除を開始] 操作では、指定したデプロイが削除されます。 この操作は非同期操作です。 管理サービスが要求の処理を完了したかどうかを確認するには、操作の状態の取得を呼び出します。 非同期操作の詳細については、「 での非同期サービス管理要求の http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx追跡」を参照してください。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/ee460815.aspx )

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

パラメーター

operations
IDeploymentOperations

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

serviceName
String

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

deploymentSlot
DeploymentSlot

必須です。 デプロイ スロット。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象