ManagedCluster.EnableIpv6 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 setting this to true creates IPv6 address space for the default VNet used by the cluster. This setting cannot be changed once the cluster is created. The default value for this setting is false.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableIpv6")]
public bool? EnableIpv6 { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableIpv6")>]
member this.EnableIpv6 : Nullable<bool> with get, set
Public Property EnableIpv6 As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute