VirtualNetworkGatewayConnectionListEntityInner.RoutingWeight Property

Definition

Gets or sets the routing weight.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.routingWeight")]
public int? RoutingWeight { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.routingWeight")>]
member this.RoutingWeight : Nullable<int> with get, set
Public Property RoutingWeight As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to