你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedCluster.EnableIpv6 Property

Definition

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

Applies to