Freigeben über


IManagedClusterAgentPoolProfileProperties.KubeletConfigContainerLogMaxFile Property

Definition

The maximum number of container log files that can be present for a container. The number must be ≥ 2.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The maximum number of container log files that can be present for a container. The number must be ≥ 2.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="containerLogMaxFiles")]
public int? KubeletConfigContainerLogMaxFile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The maximum number of container log files that can be present for a container. The number must be ≥ 2.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="containerLogMaxFiles")>]
member this.KubeletConfigContainerLogMaxFile : Nullable<int> with get, set
Public Property KubeletConfigContainerLogMaxFile As Nullable(Of Integer)

Property Value

Attributes

Applies to