次の方法で共有


DedicatedCircuitPeeringRoutingSummaryOperationsExtensions.Get メソッド

定義

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

public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse Get (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member Get : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse
<Extension()>
Public Function Get (operations As IDedicatedCircuitPeeringRoutingSummaryOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As DedicatedCircuitPeeringRoutingSummaryGetResponse

パラメーター

operations
IDedicatedCircuitPeeringRoutingSummaryOperations

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

serviceKey
String

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

accessType
BgpPeeringAccessType

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

devicePath
DevicePath

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

戻り値

専用回線ピアリング ルーティングの概要操作の応答を取得します。

適用対象