ArmNetworkModelFactory.GatewayRoute 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 GatewayRoute.
public static Azure.ResourceManager.Network.Models.GatewayRoute GatewayRoute (string localAddress = default, string network = default, string nextHop = default, string sourcePeer = default, string origin = default, string asPath = default, int? weight = default);
static member GatewayRoute : string * string * string * string * string * string * Nullable<int> -> Azure.ResourceManager.Network.Models.GatewayRoute
Public Shared Function GatewayRoute (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 GatewayRoute
Parameters
- localAddress
- String
The gateway'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 GatewayRoute 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