Partilhar via


IAgentPool.KubeletConfigPodMaxPid Property

Definition

The maximum number of processes per pod.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The maximum number of processes per pod.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="podMaxPids")]
public int? KubeletConfigPodMaxPid { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The maximum number of processes per pod.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="podMaxPids")>]
member this.KubeletConfigPodMaxPid : Nullable<int> with get, set
Public Property KubeletConfigPodMaxPid As Nullable(Of Integer)

Property Value

Attributes

Applies to