ContainerServiceNetworkProfile.IPFamilies Property

Definition

Gets or sets iP families are used to determine single-stack or dual-stack clusters. For single-stack, the expected value is IPv4. For dual-stack, the expected values are IPv4 and IPv6.

[Newtonsoft.Json.JsonProperty(PropertyName="ipFamilies")]
public System.Collections.Generic.IList<string> IPFamilies { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipFamilies")>]
member this.IPFamilies : System.Collections.Generic.IList<string> with get, set
Public Property IPFamilies As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to