ArmNetworkModelFactory.PeerRoute 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 PeerRoute.
public static Azure.ResourceManager.Network.Models.PeerRoute PeerRoute (string localAddress = default, string network = default, string nextHop = default, string sourcePeer = default, string origin = default, string asPath = default, int? weight = default);
static member PeerRoute : string * string * string * string * string * string * Nullable<int> -> Azure.ResourceManager.Network.Models.PeerRoute
Public Shared Function PeerRoute (Optional localAddress As String = Nothing, Optional network As String = Nothing, Optional nextHop As String = Nothing, Optional sourcePeer As String = Nothing, Optional origin As String = Nothing, Optional asPath As String = Nothing, Optional weight As Nullable(Of Integer) = Nothing) As PeerRoute
Parameters
- localAddress
- String
The peer's local address.
- network
- String
The route's network prefix.
- nextHop
- String
The route's next hop.
- sourcePeer
- String
The peer this route was learned from.
- origin
- String
The source this route was learned from.
- asPath
- String
The route's AS path sequence.
Returns
A new PeerRoute instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET