Delen via


IWithQuota<ParentT>.WithWebServerFileSystemQuotaInMB(Int32) Methode

Definitie

Hiermee geeft u de maximale grootte van logboeken die zijn toegestaan in het bestandssysteem (in MB).

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

Parameters

quotaInMB
Int32

De maximale grootte van logboeken die zijn toegestaan (in MB). Moet tussen 25 en 100 zijn.

Retouren

Van toepassing op