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 사이여야 합니다.

반환

적용 대상