ExpressRouteCrossConnectionRoutesTableSummary Constructors
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.
Overloads
ExpressRouteCrossConnectionRoutesTableSummary() |
Initializes a new instance of the ExpressRouteCrossConnectionRoutesTableSummary class. |
ExpressRouteCrossConnectionRoutesTableSummary(String, Nullable<Int32>, String, String) |
Initializes a new instance of the ExpressRouteCrossConnectionRoutesTableSummary class. |
ExpressRouteCrossConnectionRoutesTableSummary()
Initializes a new instance of the ExpressRouteCrossConnectionRoutesTableSummary class.
public ExpressRouteCrossConnectionRoutesTableSummary ();
Public Sub New ()
Applies to
ExpressRouteCrossConnectionRoutesTableSummary(String, Nullable<Int32>, String, String)
Initializes a new instance of the ExpressRouteCrossConnectionRoutesTableSummary class.
public ExpressRouteCrossConnectionRoutesTableSummary (string neighbor = default, int? asn = default, string upDown = default, string stateOrPrefixesReceived = default);
new Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionRoutesTableSummary : string * Nullable<int> * string * string -> Microsoft.Azure.Management.Network.Models.ExpressRouteCrossConnectionRoutesTableSummary
Public Sub New (Optional neighbor As String = Nothing, Optional asn As Nullable(Of Integer) = Nothing, Optional upDown As String = Nothing, Optional stateOrPrefixesReceived As String = Nothing)
Parameters
- neighbor
- String
IP address of Neighbor router.
- upDown
- String
The length of time that the BGP session has been in the Established state, or the current status if not in the Established state.
- stateOrPrefixesReceived
- String
Current state of the BGP session, and the number of prefixes that have been received from a neighbor or peer group.
Applies to
Azure SDK for .NET