次の方法で共有


BorderGatewayProtocolPeeringOperationsExtensions.Get メソッド

定義

Get Border Gateway Protocol Peering 操作は、指定されたサービス キーを持つ専用回線の bgp ピアリングを取得します。

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

パラメーター

operations
IBorderGatewayProtocolPeeringOperations

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

serviceKey
String

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

accessType
BgpPeeringAccessType

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

戻り値

Get Border Gateway Protocol ピアリング操作の応答。

適用対象