次の方法で共有


BorderGatewayProtocolPeeringOperationsExtensions クラス

定義

Express Route API は、お客様が専用回線と専用回線リンクを設定するために必要な機能にプログラムでアクセスできるようにします。 Express Route Customer API は REST API です。 すべての API 操作は SSL 上で実行され、X.509 v3 証明書を使用して相互認証されます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx してください)

public static class BorderGatewayProtocolPeeringOperationsExtensions
type BorderGatewayProtocolPeeringOperationsExtensions = class
Public Module BorderGatewayProtocolPeeringOperationsExtensions
継承
BorderGatewayProtocolPeeringOperationsExtensions

メソッド

BeginNew(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters)

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

BeginNewAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters)

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

BeginRemove(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType)

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

BeginRemoveAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType)

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

BeginUpdate(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters)

Update Border Gateway Protocol Peering 操作は、既存の bgp ピアリングを更新します。

BeginUpdateAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters)

Update Border Gateway Protocol Peering 操作は、既存の bgp ピアリングを更新します。

Get(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType)

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

GetAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType)

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

GetOperationStatus(IBorderGatewayProtocolPeeringOperations, String)

[Express Route の取得] 操作の状態は、Windows Azure での Express Route 操作の状態に関する情報を取得します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx してください)

GetOperationStatusAsync(IBorderGatewayProtocolPeeringOperations, String)

[Express Route の取得] 操作の状態は、Windows Azure での Express Route 操作の状態に関する情報を取得します。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx してください)

New(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters)

新しい Border Gateway プロトコル ピアリング操作では、指定されたサービス キーで指定された専用回線に関連付けられた新しいボーダー ゲートウェイ プロトコル ピアリングが作成されます。

NewAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters)

新しい Border Gateway プロトコル ピアリング操作では、指定されたサービス キーで指定された専用回線に関連付けられた新しいボーダー ゲートウェイ プロトコル ピアリングが作成されます。

Remove(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType)

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

RemoveAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType)

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

Update(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters)

Update Border Gateway Protocol Peering 操作は、既存のボーダー ゲートウェイ プロトコル ピアリングを更新するか、存在しない場合は新しいピアリングを作成します。

UpdateAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters)

Update Border Gateway Protocol Peering 操作は、既存のボーダー ゲートウェイ プロトコル ピアリングを更新するか、存在しない場合は新しいピアリングを作成します。

適用対象