次の方法で共有


DedicatedCircuitLinkAuthorizationOperationsExtensions.BeginRemoveAsync メソッド

定義

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

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

パラメーター

operations
IDedicatedCircuitLinkAuthorizationOperations

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

serviceKey
String

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

authId
String

必須です。 承認を表す GUID

戻り値

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

適用対象