Freigeben über


ContainerServiceNetworkProfile.IPFamily Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.IPFamily[] IPFamily { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.IPFamily : Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.IPFamily[] with get, set
Public Property IPFamily As IPFamily()

Property Value

Implements

Attributes

Applies to