次の方法で共有


DeploymentOperationsExtensions.BeginUpdatingStatusByDeploymentSlot メソッド

定義

[デプロイ スロット別にデプロイ状態の更新を開始する] 操作は、デプロイの実行中の状態の変更を開始します。 デプロイのステータスは、Running または Suspended のどちらかになります。 この操作は非同期操作です。 管理サービスが要求の処理を完了したかどうかを確認するには、Get Operation Status を呼び出します。 非同期操作の詳細については、「 での非同期サービス管理要求の http://msdn.microsoft.com/en-us/library/windowsazure/ee460791.aspx追跡」を参照してください。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/ee460808.aspx してください)

public static Microsoft.Azure.AzureOperationResponse BeginUpdatingStatusByDeploymentSlot (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters parameters);
static member BeginUpdatingStatusByDeploymentSlot : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentUpdateStatusParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginUpdatingStatusByDeploymentSlot (operations As IDeploymentOperations, serviceName As String, deploymentSlot As DeploymentSlot, parameters As DeploymentUpdateStatusParameters) As AzureOperationResponse

パラメーター

operations
IDeploymentOperations

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

serviceName
String

必須。 デプロイをスワップするクラウド サービス。

deploymentSlot
DeploymentSlot

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

parameters
DeploymentUpdateStatusParameters

必須。 デプロイ スロットによる展開状態の更新開始操作に指定されたパラメーター。

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象