Interface WebAppDiagnosticLogs
- All Superinterfaces:
HasInner<com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner>
,HasParent<WebAppBase>
,Indexable
@Beta
public interface WebAppDiagnosticLogs
extends HasInner<com.microsoft.azure.management.appservice.implementation.SiteLogsConfigInner>, Indexable, HasParent<WebAppBase>
A web app diagnostic log configuration in a web app.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of a web app diagnostic log definition.static interface
Grouping of web app diagnostic log definition stages applicable as part of a web app creation.static interface
The entirety of a web app diagnostic log definition as part of a web app update.static interface
Grouping of web app diagnostic log update stages applicable as part of a web app update. -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
int
int
int
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Method Details
-
applicationLoggingFileSystemLogLevel
LogLevel applicationLoggingFileSystemLogLevel()- Returns:
- application log level on file system
-
applicationLoggingStorageBlobContainer
String applicationLoggingStorageBlobContainer()- Returns:
- Azure Storage Blob container URL for storing application logs
-
applicationLoggingStorageBlobLogLevel
LogLevel applicationLoggingStorageBlobLogLevel()- Returns:
- application log level on Azure Storage Blob
-
applicationLoggingStorageBlobRetentionDays
int applicationLoggingStorageBlobRetentionDays()- Returns:
- application log retention days on Azure Storage Blob
-
webServerLoggingFileSystemQuotaInMB
int webServerLoggingFileSystemQuotaInMB()- Returns:
- web server quota in MB on file system
-
webServerLoggingFileSystemRetentionDays
int webServerLoggingFileSystemRetentionDays()- Returns:
- web server log retention days on file system
-
webServerLoggingStorageBlobRetentionDays
int webServerLoggingStorageBlobRetentionDays()- Returns:
- web server log retention days on Azure Storage Blob
-
webServerLoggingStorageBlobContainer
String webServerLoggingStorageBlobContainer()- Returns:
- Azure Storage Blob container URL for storing web server logs
-
failedRequestsTracing
boolean failedRequestsTracing()- Returns:
- if diagnostic information on failed requests should be gathered
-
detailedErrorMessages
boolean detailedErrorMessages()- Returns:
- if detailed error messages should be gathered
-