次の方法で共有


BorderGatewayProtocolPeeringOperationsExtensions.BeginRemoveAsync メソッド

定義

[Border Gateway Protocol Peering の削除] 操作では、既存のボーダー ゲートウェイ プロトコル ピアリングが削除されます。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginRemoveAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType peerAddressType);
static member BeginRemoveAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IBorderGatewayProtocolPeeringOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeerAddressType -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginRemoveAsync (operations As IBorderGatewayProtocolPeeringOperations, serviceKey As String, accessType As BgpPeeringAccessType, peerAddressType As BgpPeerAddressType) As Task(Of ExpressRouteOperationResponse)

パラメーター

operations
IBorderGatewayProtocolPeeringOperations

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

serviceKey
String

必須です。 削除するボーダー ゲートウェイ プロトコル ピアリングを表すサービス キー。

accessType
BgpPeeringAccessType

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

peerAddressType
BgpPeerAddressType

必須です。 削除する BGP ピア アドレスの種類が IPv4、IPv6、または All のいずれであるか。

戻り値

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

適用対象