次の方法で共有


DeploymentOperationsExtensions.BeginAbortMigrationAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginAbortMigrationAsync (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName);
static member BeginAbortMigrationAsync : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginAbortMigrationAsync (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 を含む標準のサービス応答。

適用対象