Share via


ISiteConfig.LogsDirectorySizeLimit Property

Definition

HTTP logs directory size limit.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="HTTP logs directory size limit.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="logsDirectorySizeLimit")]
public int? LogsDirectorySizeLimit { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="HTTP logs directory size limit.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="logsDirectorySizeLimit")>]
member this.LogsDirectorySizeLimit : Nullable<int> with get, set
Public Property LogsDirectorySizeLimit As Nullable(Of Integer)

Property Value

Attributes

Applies to