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