AgentPoolWindowsProfile.DisableOutboundNat Property

Definition

Gets or sets whether to disable OutboundNAT in windows nodes. The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="disableOutboundNat")]
public bool? DisableOutboundNat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disableOutboundNat")>]
member this.DisableOutboundNat : Nullable<bool> with get, set
Public Property DisableOutboundNat As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to