Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.Update
Packages that use WebAppDiagnosticLogs.UpdateStages.Update
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebAppDiagnosticLogs.UpdateStages.Update in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppDiagnosticLogs.UpdateStages.Update in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a web app diagnostic log definition as part of a web app update.static interfaceThe final stage of the web app diagnostic log update, plus extra settings for application logs stored in a Storage blob.static interfaceThe final stage of the web app diagnostic log update, plus extra settings for web server logs stored in the file system.static interfaceThe final stage of the web app diagnostic log update, plus extra settings for web server logs stored in a Storage blob.Methods in com.azure.resourcemanager.appservice.models that return WebAppDiagnosticLogs.UpdateStages.UpdateModifier and TypeMethodDescriptionWebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication.withApplicationLogsStoredOnFileSystem()Specifies the storage location of application logs to be on the file system.WebAppDiagnosticLogs.UpdateStages.WithDetailedErrorMessages.withDetailedErrorMessages(boolean enabled) Specifies if detailed error messages should be gathered from the web app.WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing.withFailedRequestTracing(boolean enabled) Specifies if diagnostic information on failed requests should be gathered.WebAppDiagnosticLogs.UpdateStages.WithRetentionDays.withLogRetentionDays(int retentionDays) Specifies the maximum days of logs to keep.WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging.withoutApplicationLogging()Disable logging from the web application.WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication.withoutApplicationLogsStoredOnFileSystem()Stops application logs to be stored on the file system.WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication.withoutApplicationLogsStoredOnStorageBlob()Stops application logs to be stored on in a Storage blob.WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging.withoutWebServerLogging()Disable logging from the web server.WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer.withoutWebServerLogsStoredOnFileSystem()Stops web server logs to be stored on the file system.WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer.withoutWebServerLogsStoredOnStorageBlob()Stops web server logs to be stored on in a Storage blob.WebAppDiagnosticLogs.UpdateStages.WithRetentionDays.withUnlimitedLogRetentionDays()Specifies the logs will not be deleted beyond a certain time.