Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.DefinitionStages.WithAttach
-
Packages that use WebAppDiagnosticLogs.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebAppDiagnosticLogs.DefinitionStages.WithAttach in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppDiagnosticLogs.DefinitionStages.WithAttach in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceWebAppDiagnosticLogs.Definition<ParentT>The entirety of a web app diagnostic log definition.static interfaceWebAppDiagnosticLogs.DefinitionStages.WithAttachForApplicationStorage<ParentT>The final stage of the web app diagnostic log definition, plus extra settings for application logs stored in a Storage blob.static interfaceWebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerFileSystem<ParentT>The final stage of the web app diagnostic log definition, plus extra settings for web server logs stored in the file system.static interfaceWebAppDiagnosticLogs.DefinitionStages.WithAttachForWebServerStorage<ParentT>The final stage of the web app diagnostic log definition, plus extra settings for web server logs stored in a Storage blob.Methods in com.azure.resourcemanager.appservice.models that return WebAppDiagnosticLogs.DefinitionStages.WithAttach Modifier and Type Method Description WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication. withApplicationLogsStoredOnFileSystem()Specifies the storage location of application logs to be on the file system.WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithDetailedErrorMessages. withDetailedErrorMessages(boolean enabled)Specifies if detailed error messages should be gathered from the web app.WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing. withFailedRequestTracing(boolean enabled)Specifies if diagnostic information on failed requests should be gathered.WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithRetentionDays. withLogRetentionDays(int retentionDays)Specifies the maximum days of logs to keep.WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithRetentionDays. withUnlimitedLogRetentionDays()Specifies the logs will not be deleted beyond a certain time.
-