次の方法で共有


DedicatedCircuitLinkOperationsExtensions.BeginRemoveAsync メソッド

定義

専用回線リンクの削除操作では、既存の専用回線リンクが削除されます。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginRemoveAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations operations, string serviceKey, string vnetName);
static member BeginRemoveAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginRemoveAsync (operations As IDedicatedCircuitLinkOperations, serviceKey As String, vnetName As String) As Task(Of ExpressRouteOperationResponse)

パラメーター

operations
IDedicatedCircuitLinkOperations

Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations への参照。

serviceKey
String

必須。 専用回線を表すサービス キー。

vnetName
String

必須。

戻り値

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

適用対象