共用方式為


IWithQuota<ParentT>.WithWebServerFileSystemQuotaInMB(Int32) 方法

定義

指定檔案系統上允許的記錄大小上限, (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)

參數

quotaInMB
Int32

MB) 中允許的記錄大小上限 (。 必須介於 25 到 100 之間。

傳回

適用於