次の方法で共有


DeploymentOperationsExtensions.BeginCommitMigrationAsync メソッド

定義

[デプロイのコミット操作] では、IaaS クラシックから ARM への移行のデプロイが検証され、コミットされます。

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

パラメーター

operations
IDeploymentOperations

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

serviceName
String

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

deploymentName
String

必須です。 移行するデプロイの名前。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象