Interface WebAppDiagnosticLogs.DefinitionStages.WithQuota<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
WebAppDiagnosticLogs.Definition<ParentT>,WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.DefinitionStages
public static interface WebAppDiagnosticLogs.DefinitionStages.WithQuota<ParentT>A web app diagnostic log definition allowing web server file system logging quota to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>withWebServerFileSystemQuotaInMB(int quotaInMB)Specifies the maximum size of logs allowed on the file system (in MB).
-
-
-
Method Detail
-
withWebServerFileSystemQuotaInMB
WebAppDiagnosticLogs.DefinitionStages.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 definition
-
-