BorderGatewayProtocolPeeringOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Express Route API provides programmatic access to the functionality needed by the customer to set up Dedicated Circuits and Dedicated Circuit Links. The Express Route Customer API is a REST API. All API operations are performed over SSL and mutually authenticated using X.509 v3 certificates. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx for more information)
public static class BorderGatewayProtocolPeeringOperationsExtensions
type BorderGatewayProtocolPeeringOperationsExtensions = class
Public Module BorderGatewayProtocolPeeringOperationsExtensions
- Inheritance
-
BorderGatewayProtocolPeeringOperationsExtensions
Methods
BeginNew(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters) |
The New Border Gateway Protocol Peering operation creates a new Border Gateway Protocol Peering |
BeginNewAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters) |
The New Border Gateway Protocol Peering operation creates a new Border Gateway Protocol Peering |
BeginRemove(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType) |
The Remove Border Gateway Protocol Peering operation deletes an existing border gateway protocol peering. |
BeginRemoveAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType) |
The Remove Border Gateway Protocol Peering operation deletes an existing border gateway protocol peering. |
BeginUpdate(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters) |
The Update Border Gateway Protocol Peering operation updates an existing bgp peering. |
BeginUpdateAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters) |
The Update Border Gateway Protocol Peering operation updates an existing bgp peering. |
Get(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType) |
The Get Border Gateway Protocol Peering operation retrieves the bgp peering for the dedicated circuit with the specified service key. |
GetAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType) |
The Get Border Gateway Protocol Peering operation retrieves the bgp peering for the dedicated circuit with the specified service key. |
GetOperationStatus(IBorderGatewayProtocolPeeringOperations, String) |
The Get Express Route operation status gets information on the status of Express Route operations in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information) |
GetOperationStatusAsync(IBorderGatewayProtocolPeeringOperations, String) |
The Get Express Route operation status gets information on the status of Express Route operations in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154112.aspx for more information) |
New(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters) |
The New Border Gateway Protocol Peering operation creates a new border gateway protocol peering associated with the dedicated circuit specified by the service key provided. |
NewAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringNewParameters) |
The New Border Gateway Protocol Peering operation creates a new border gateway protocol peering associated with the dedicated circuit specified by the service key provided. |
Remove(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType) |
The Remove Border Gateway Protocol Peering operation deletes an existing border gateway protocol peering. |
RemoveAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BgpPeerAddressType) |
The Remove Border Gateway Protocol Peering operation deletes an existing border gateway protocol peering. |
Update(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters) |
The Update Border Gateway Protocol Peering operation updates an existing border gateway protocol peering or creates a new one if one doesn't exist. |
UpdateAsync(IBorderGatewayProtocolPeeringOperations, String, BgpPeeringAccessType, BorderGatewayProtocolPeeringUpdateParameters) |
The Update Border Gateway Protocol Peering operation updates an existing border gateway protocol peering or creates a new one if one doesn't exist. |
Applies to
Azure SDK for .NET