Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem
-
Packages that use WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceWebAppDiagnosticLogs.Definition<ParentT>The entirety of a web app diagnostic log definition.Methods in com.azure.resourcemanager.appservice.models 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.
-