次の方法で共有


RouteOperationsExtensions.BeginPrepareMigration メソッド

定義

ルーティングテーブル移行の準備 API は、IaaS クラシックから ARM への移行のために、指定されたルートテーブルを検証して準備します。

public static Microsoft.Azure.AzureOperationResponse BeginPrepareMigration(this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName);
static member BeginPrepareMigration : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginPrepareMigration (operations As IRouteOperations, routeTableName As String) As AzureOperationResponse

パラメーター

operations
IRouteOperations

Microsoft.WindowsAzure.Management.Network.IRouteOperations への参照。

routeTableName
String

必須。 移行するルートテーブルの名前。

戻り値

Microsoft.Azure.AzureOperationResponse

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

適用対象