@Beta public interface WebAppDiagnosticLogs extends HasInner<com.microsoft.azure.management.appservice.implementation.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() |
inner
LogLevel applicationLoggingFileSystemLogLevel()
String applicationLoggingStorageBlobContainer()
LogLevel applicationLoggingStorageBlobLogLevel()
int applicationLoggingStorageBlobRetentionDays()
int webServerLoggingFileSystemQuotaInMB()
int webServerLoggingFileSystemRetentionDays()
int webServerLoggingStorageBlobRetentionDays()
String webServerLoggingStorageBlobContainer()
boolean failedRequestsTracing()
boolean detailedErrorMessages()
Copyright © 2019. All rights reserved.