ArmPeeringModelFactory.PeeringReceivedRoute 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 PeeringReceivedRoute.
public static Azure.ResourceManager.Peering.Models.PeeringReceivedRoute PeeringReceivedRoute (string prefix = default, string nextHop = default, string asPath = default, string originAsValidationState = default, string rpkiValidationState = default, string trustAnchor = default, string receivedTimestamp = default);
static member PeeringReceivedRoute : string * string * string * string * string * string * string -> Azure.ResourceManager.Peering.Models.PeeringReceivedRoute
Public Shared Function PeeringReceivedRoute (Optional prefix As String = Nothing, Optional nextHop As String = Nothing, Optional asPath As String = Nothing, Optional originAsValidationState As String = Nothing, Optional rpkiValidationState As String = Nothing, Optional trustAnchor As String = Nothing, Optional receivedTimestamp As String = Nothing) As PeeringReceivedRoute
Parameters
- prefix
- String
The prefix.
- nextHop
- String
The next hop for the prefix.
- asPath
- String
The AS path for the prefix.
- originAsValidationState
- String
The origin AS change information for the prefix.
- rpkiValidationState
- String
The RPKI validation state for the prefix and origin AS that's listed in the AS path.
- trustAnchor
- String
The authority which holds the Route Origin Authorization record for the prefix, if any.
- receivedTimestamp
- String
The received timestamp associated with the prefix.
Returns
A new PeeringReceivedRoute instance for mocking.
Applies to
Azure SDK for .NET