Subnet.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 indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
[Newtonsoft.Json.JsonProperty(PropertyName="enableIpv6")]
public bool? EnableIpv6 { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableIpv6")>]
member this.EnableIpv6 : Nullable<bool> with get, set
Public Property EnableIpv6 As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute