Interface WebAppDiagnosticLogs.UpdateStages.WithQuota<ParentT>
- Type Parameters:
ParentT
- the stage of the parent update to return to after attaching this update
- All Known Subinterfaces:
WebAppDiagnosticLogs.UpdateDefinition<ParentT>
,WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.UpdateStages
public static interface WebAppDiagnosticLogs.UpdateStages.WithQuota<ParentT>
A web app diagnostic log update allowing web server file system logging quota to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithWebServerFileSystemQuotaInMB
(int quotaInMB) Specifies the maximum size of logs allowed on the file system (in MB).
-
Method Details
-
withWebServerFileSystemQuotaInMB
WebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT> withWebServerFileSystemQuotaInMB(int quotaInMB) Specifies the maximum size of logs allowed on the file system (in MB).- Parameters:
quotaInMB
- the maximum size of logs allowed (in MB). Must be between 25 and 100.- Returns:
- the next stage of the update
-