次の方法で共有


IWithQuota<ParentT>.WithWebServerFileSystemQuotaInMB(Int32) メソッド

定義

ファイル システムで許可されるログの最大サイズ (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)

パラメーター

quotaInMB
Int32

許可されるログの最大サイズ (MB 単位)。 25 から 100 の間である必要があります。

戻り値

適用対象