Share via


VirtualNetworkGatewayConnection.EgressNatRules Property

Definition

Gets or sets list of egress NatRules.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.egressNatRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> EgressNatRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.egressNatRules")>]
member this.EgressNatRules : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.SubResource> with get, set
Public Property EgressNatRules As IList(Of SubResource)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to