次の方法で共有


IDedicatedCircuitPeeringRouteTableInfoOperations.BeginGetAsync メソッド

定義

DedicatedCircuitPeeringRouteTableInfo の取得操作は、RouteTable を再トリガーします。

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginGetAsync (string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath, System.Threading.CancellationToken cancellationToken);
abstract member BeginGetAsync : string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
Public Function BeginGetAsync (serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath, cancellationToken As CancellationToken) As Task(Of ExpressRouteOperationResponse)

パラメーター

serviceKey
String

回線を表すサービス キー。

accessType
BgpPeeringAccessType

ピアリングがプライベートかパブリックか、Microsoft か。

devicePath
DevicePath

デバイスがプライマリかセカンダリか。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

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

適用対象