Sdílet prostřednictvím


ArmNetworkModelFactory.ExpressRouteCrossConnectionRoutesTableSummary Method

Definition

Initializes a new instance of ExpressRouteCrossConnectionRoutesTableSummary.

public static Azure.ResourceManager.Network.Models.ExpressRouteCrossConnectionRoutesTableSummary ExpressRouteCrossConnectionRoutesTableSummary (string neighbor = default, int? asn = default, string upDown = default, string stateOrPrefixesReceived = default);
static member ExpressRouteCrossConnectionRoutesTableSummary : string * Nullable<int> * string * string -> Azure.ResourceManager.Network.Models.ExpressRouteCrossConnectionRoutesTableSummary
Public Shared Function ExpressRouteCrossConnectionRoutesTableSummary (Optional neighbor As String = Nothing, Optional asn As Nullable(Of Integer) = Nothing, Optional upDown As String = Nothing, Optional stateOrPrefixesReceived As String = Nothing) As ExpressRouteCrossConnectionRoutesTableSummary

Parameters

neighbor
String

IP address of Neighbor router.

asn
Nullable<Int32>

Autonomous system number.

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.

Returns

A new ExpressRouteCrossConnectionRoutesTableSummary instance for mocking.

Applies to