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