次の方法で共有


IDedicatedCircuitPeeringRoutingInfoOperations.GetAsync メソッド

定義

専用回線ピアリング ルーティング情報の取得操作は、特定の BGP の ARP 情報を取得します。

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingInfoGetResponse> GetAsync (string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : 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.DedicatedCircuitPeeringRoutingInfoGetResponse>
Public Function GetAsync (serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath, cancellationToken As CancellationToken) As Task(Of DedicatedCircuitPeeringRoutingInfoGetResponse)

パラメーター

serviceKey
String

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

accessType
BgpPeeringAccessType

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

devicePath
DevicePath

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

専用回線ピアリング ルート テーブル情報の取得操作応答。

適用対象