IContainerServiceNetworkProfile.PodCidr 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.
A CIDR notation IP range from which to assign pod IPs when kubenet is used.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="A CIDR notation IP range from which to assign pod IPs when kubenet is used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="podCidr")]
public string PodCidr { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="A CIDR notation IP range from which to assign pod IPs when kubenet is used.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="podCidr")>]
member this.PodCidr : string with get, set
Public Property PodCidr As String
Property Value
- Attributes