Delen via


VirtualNetworkGateway.EnablePrivateIpAddress Property

Definition

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

Applies to