WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication.withApplicationLogsStoredOnFileSystem() |
Specifies the storage location of application logs to be on the file system.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithDetailedErrorMessages.withDetailedErrorMessages(boolean enabled) |
Specifies if detailed error messages should be gathered from the web app.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing.withFailedRequestTracing(boolean enabled) |
Specifies if diagnostic information on failed requests should be gathered.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithRetentionDays.withLogRetentionDays(int retentionDays) |
Specifies the maximum days of logs to keep.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging.withoutApplicationLogging() |
Disable logging from the web application.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication.withoutApplicationLogsStoredOnFileSystem() |
Stops application logs to be stored on the file system.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication.withoutApplicationLogsStoredOnStorageBlob() |
Stops application logs to be stored on in a Storage blob.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging.withoutWebServerLogging() |
Disable logging from the web server.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer.withoutWebServerLogsStoredOnFileSystem() |
Stops web server logs to be stored on the file system.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer.withoutWebServerLogsStoredOnStorageBlob() |
Stops web server logs to be stored on in a Storage blob.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
WebAppDiagnosticLogs.UpdateStages.WithRetentionDays.withUnlimitedLogRetentionDays() |
Specifies the logs will not be deleted beyond a certain time.
|