Freigeben über


IManagedClusterAgentPoolProfileProperties.KubeletConfigContainerLogMaxSizeMb Property

Definition

The maximum size (e.g. 10Mi) of container log file before it is rotated.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The maximum size (e.g. 10Mi) of container log file before it is rotated.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="containerLogMaxSizeMB")]
public int? KubeletConfigContainerLogMaxSizeMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The maximum size (e.g. 10Mi) of container log file before it is rotated.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="containerLogMaxSizeMB")>]
member this.KubeletConfigContainerLogMaxSizeMb : Nullable<int> with get, set
Public Property KubeletConfigContainerLogMaxSizeMb As Nullable(Of Integer)

Property Value

Attributes

Applies to