ParentT - the stage of the parent update to return to after attaching this updatepublic static interface WebAppDiagnosticLogs.UpdateStages.WithQuota<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT> |
withWebServerFileSystemQuotaInMB(int quotaInMB)
Specifies the maximum size of logs allowed on the file system (in MB).
|
WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT> withWebServerFileSystemQuotaInMB(int quotaInMB)
quotaInMB - the maximum size of logs allowed (in MB). Must be between 25 and 100.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.