DeploymentOperationsExtensions.ValidateMigrationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デプロイの検証操作では、IaaS クラシックから ARM への移行のデプロイが検証されます。
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.XrpMigrationValidateDeploymentResponse> ValidateMigrationAsync (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName, Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters parameters);
static member ValidateMigrationAsync : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string * Microsoft.WindowsAzure.Management.Compute.Models.PrepareDeploymentMigrationParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.XrpMigrationValidateDeploymentResponse>
<Extension()>
Public Function ValidateMigrationAsync (operations As IDeploymentOperations, serviceName As String, deploymentName As String, parameters As PrepareDeploymentMigrationParameters) As Task(Of XrpMigrationValidateDeploymentResponse)
パラメーター
- operations
- IDeploymentOperations
Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations への参照。
- serviceName
- String
必須です。 クラウド サービスの名前。
- deploymentName
- String
必須です。 移行するデプロイの名前。
- parameters
- PrepareDeploymentMigrationParameters
必須です。 デプロイ 移行用のネットワーク リソース パラメーター。
戻り値
デプロイ移行の検証操作の応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET