VirtualNetworkGateway.EnablePrivateIpAddress Property
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.
Gets or sets whether private IP needs to be enabled on this gateway for connections or not.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.enablePrivateIpAddress")]
public bool? EnablePrivateIpAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enablePrivateIpAddress")>]
member this.EnablePrivateIpAddress : Nullable<bool> with get, set
Public Property EnablePrivateIpAddress As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute