Freigeben über


IContainerServiceNetworkProfile.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.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.IPFamily) }, ReadOnly=false, Required=false, SerializedName="ipFamilies")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.IPFamily[] IPFamily { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.IPFamily) }, ReadOnly=false, Required=false, SerializedName="ipFamilies")>]
member this.IPFamily : Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.IPFamily[] with get, set
Public Property IPFamily As IPFamily()

Property Value

Attributes

Applies to