次の方法で共有


BorderGatewayProtocolPeeringOperationsExtensions.BeginNew メソッド

定義

新しい Border Gateway プロトコル ピアリング操作により、新しい Border Gateway プロトコル ピアリングが作成されます

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

パラメーター

operations
IBorderGatewayProtocolPeeringOperations

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

serviceKey
String

必須。 Azure と顧客の関係を表すサービス キー。

accessType
BgpPeeringAccessType

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

parameters
BorderGatewayProtocolPeeringNewParameters

必須。 New Border Gateway Protocol Peering 操作に指定されたパラメーター。

戻り値

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

適用対象