次の方法で共有


NetworkOperationsExtensions.BeginAbortMigrationAsync メソッド

定義

移行 api Virtual Network中止すると、IaaS クラシックから ARM への移行のために、指定された仮想ネットワークが検証され、中止されます。

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

パラメーター

operations
INetworkOperations

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

virtualNetworkName
String

必須。 移行するVirtual Networkの名前。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象