IWithQuota<ParentT>.WithWebServerFileSystemQuotaInMB(Int32) Method

Definition

Specifies the maximum size of logs allowed on the file system (in MB).

public Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithAttachForWebServerFileSystem<ParentT> WithWebServerFileSystemQuotaInMB (int quotaInMB);
abstract member WithWebServerFileSystemQuotaInMB : int -> Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithAttachForWebServerFileSystem<'ParentT>
Public Function WithWebServerFileSystemQuotaInMB (quotaInMB As Integer) As IWithAttachForWebServerFileSystem(Of ParentT)

Parameters

quotaInMB
Int32

The maximum size of logs allowed (in MB). Must be between 25 and 100.

Returns

Applies to