Uses of Interface
com.microsoft.azure.management.appservice.WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem
-
-
Uses of WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem in com.microsoft.azure.management.appservice
Subinterfaces of WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceWebAppDiagnosticLogs.Definition<ParentT>The entirety of a web app diagnostic log definition.Methods in com.microsoft.azure.management.appservice that return WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem Modifier and Type Method Description WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithQuota. withWebServerFileSystemQuotaInMB(int quotaInMB)Specifies the maximum size of logs allowed on the file system (in MB).WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer. withWebServerLogsStoredOnFileSystem()Specifies the storage location of web server logs to be on the file system.
-