WebSiteUpdateConfigurationParameters.LogsDirectorySizeLimit Property
Optional. The size limit of the logs directory.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<int> LogsDirectorySizeLimit { get; set; }
public:
property Nullable<int> LogsDirectorySizeLimit {
Nullable<int> get();
void set(Nullable<int> value);
}
member LogsDirectorySizeLimit : Nullable<int> with get, set
Public Property LogsDirectorySizeLimit As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
WebSiteUpdateConfigurationParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top