次の方法で共有


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