次の方法で共有


DedicatedCircuitPeeringRoutingInfoOperationsExtensions.GetAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingInfoGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingInfoOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingInfoOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingInfoGetResponse>
<Extension()>
Public Function GetAsync (operations As IDedicatedCircuitPeeringRoutingInfoOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As Task(Of DedicatedCircuitPeeringRoutingInfoGetResponse)

パラメーター

operations
IDedicatedCircuitPeeringRoutingInfoOperations

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

serviceKey
String

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

accessType
BgpPeeringAccessType

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

devicePath
DevicePath

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

戻り値

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

適用対象