Partilhar via


PSContainerServiceNetworkProfile.IpFamilies Property

Definition

Gets or sets the IP families used to specify IP versions available to the cluster.

public System.Collections.Generic.IList<string> IpFamilies { get; set; }
member this.IpFamilies : System.Collections.Generic.IList<string> with get, set
Public Property IpFamilies As IList(Of String)

Property Value

Remarks

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.

Applies to