Sdílet prostřednictvím


FirewallPolicySNAT.PrivateRanges Property

Definition

Gets or sets list of private IP addresses/IP address ranges to not be SNAT.

[Newtonsoft.Json.JsonProperty(PropertyName="privateRanges")]
public System.Collections.Generic.IList<string> PrivateRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="privateRanges")>]
member this.PrivateRanges : System.Collections.Generic.IList<string> with get, set
Public Property PrivateRanges As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to