ISiteConfigResource.LogsDirectorySizeLimit Property

Definition

HTTP logs directory size limit.

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

Property Value

Attributes

Applies to