public interface WebAppDiagnosticLogs extends HasInnerModel<SiteLogsConfigInner>, Indexable, HasParent<WebAppBase>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebAppDiagnosticLogs.Definition<ParentT>
The entirety of a web app diagnostic log definition.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages
Grouping of web app diagnostic log definition stages applicable as part of a web app creation.
|
static interface |
WebAppDiagnosticLogs.UpdateDefinition<ParentT>
The entirety of a web app diagnostic log definition as part of a web app update.
|
static interface |
WebAppDiagnosticLogs.UpdateStages
Grouping of web app diagnostic log update stages applicable as part of a web app update.
|
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
applicationLoggingFileSystemLogLevel() |
String |
applicationLoggingStorageBlobContainer() |
LogLevel |
applicationLoggingStorageBlobLogLevel() |
int |
applicationLoggingStorageBlobRetentionDays() |
boolean |
detailedErrorMessages() |
boolean |
failedRequestsTracing() |
int |
webServerLoggingFileSystemQuotaInMB() |
int |
webServerLoggingFileSystemRetentionDays() |
String |
webServerLoggingStorageBlobContainer() |
int |
webServerLoggingStorageBlobRetentionDays() |
innerModelLogLevel applicationLoggingFileSystemLogLevel()
String applicationLoggingStorageBlobContainer()
LogLevel applicationLoggingStorageBlobLogLevel()
int applicationLoggingStorageBlobRetentionDays()
int webServerLoggingFileSystemQuotaInMB()
int webServerLoggingFileSystemRetentionDays()
int webServerLoggingStorageBlobRetentionDays()
String webServerLoggingStorageBlobContainer()
boolean failedRequestsTracing()
boolean detailedErrorMessages()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.