Condividi tramite


IAgentPool.KubeletConfigContainerLogMaxSizeMb Property

Definition

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

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

Property Value

Attributes

Applies to