次の方法で共有


RouteOperationsExtensions.BeginPrepareMigrationAsync メソッド

定義

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

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

パラメーター

operations
IRouteOperations

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

routeTableName
String

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

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象