PeeringDirectConnection 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 properties that define a direct connection.
public class PeeringDirectConnection
type PeeringDirectConnection = class
Public Class PeeringDirectConnection
- Inheritance
-
PeeringDirectConnection
Constructors
PeeringDirectConnection() |
Initializes a new instance of PeeringDirectConnection. |
Properties
BandwidthInMbps |
The bandwidth of the connection. |
BgpSession |
The BGP session associated with the connection. |
ConnectionIdentifier |
The unique identifier (GUID) for the connection. |
ConnectionState |
The state of the connection. |
ErrorMessage |
The error message related to the connection state, if any. |
MicrosoftTrackingId |
The ID used within Microsoft's peering provisioning system to track the connection. |
PeeringDBFacilityId |
The PeeringDB.com ID of the facility at which the connection has to be set up. |
ProvisionedBandwidthInMbps |
The bandwidth that is actually provisioned. |
SessionAddressProvider |
The field indicating if Microsoft provides session ip addresses. |
UseForPeeringService |
The flag that indicates whether or not the connection is used for peering service. |
Applies to
Azure SDK for .NET