IContainerServiceNetworkProfile.IPFamily 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.
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
IPFamily[]
- Attributes