次の方法で共有


DeploymentOperationsExtensions.BeginAbortMigration メソッド

定義

配置の中止操作は、IaaS クラシックから ARM への移行のデプロイを検証して中止します。

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

パラメーター

operations
IDeploymentOperations

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

serviceName
String

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

deploymentName
String

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

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象