ArmNetworkModelFactory.ExpressRouteCircuitRoutesTableSummary Method
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.
Initializes a new instance of ExpressRouteCircuitRoutesTableSummary.
public static Azure.ResourceManager.Network.Models.ExpressRouteCircuitRoutesTableSummary ExpressRouteCircuitRoutesTableSummary (string neighbor = default, int? v = default, int? as = default, string upDown = default, string statePfxRcd = default);
static member ExpressRouteCircuitRoutesTableSummary : string * Nullable<int> * Nullable<int> * string * string -> Azure.ResourceManager.Network.Models.ExpressRouteCircuitRoutesTableSummary
Public Shared Function ExpressRouteCircuitRoutesTableSummary (Optional neighbor As String = Nothing, Optional v As Nullable(Of Integer) = Nothing, Optional as As Nullable(Of Integer) = Nothing, Optional upDown As String = Nothing, Optional statePfxRcd As String = Nothing) As ExpressRouteCircuitRoutesTableSummary
Parameters
- neighbor
- String
IP address of the neighbor.
- 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.
- statePfxRcd
- 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 ExpressRouteCircuitRoutesTableSummary instance for mocking.
Applies to
Azure SDK for .NET