Partager via


IManagedClusterAgentPoolProfileProperties.PodIPAllocationMode Property

Definition

Pod IP Allocation Mode. The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "DynamicIndividual", "StaticBlock" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Pod IP Allocation Mode. The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="podIPAllocationMode", Update=true)]
public string PodIPAllocationMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "DynamicIndividual", "StaticBlock" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="Pod IP Allocation Mode. The IP allocation mode for pods in the agent pool. Must be used with podSubnetId. The default is 'DynamicIndividual'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="podIPAllocationMode", Update=true)>]
member this.PodIPAllocationMode : string with get, set
Public Property PodIPAllocationMode As String

Property Value

Attributes

Applies to