public final class SiteLogsConfigProperties extends Object
| Constructor and Description |
|---|
SiteLogsConfigProperties() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLogsConfig |
applicationLogs()
Get the applicationLogs property: Application logs configuration.
|
EnabledConfig |
detailedErrorMessages()
Get the detailedErrorMessages property: Detailed error messages configuration.
|
EnabledConfig |
failedRequestsTracing()
Get the failedRequestsTracing property: Failed requests tracing configuration.
|
HttpLogsConfig |
httpLogs()
Get the httpLogs property: HTTP logs configuration.
|
void |
validate()
Validates the instance.
|
SiteLogsConfigProperties |
withApplicationLogs(ApplicationLogsConfig applicationLogs)
Set the applicationLogs property: Application logs configuration.
|
SiteLogsConfigProperties |
withDetailedErrorMessages(EnabledConfig detailedErrorMessages)
Set the detailedErrorMessages property: Detailed error messages configuration.
|
SiteLogsConfigProperties |
withFailedRequestsTracing(EnabledConfig failedRequestsTracing)
Set the failedRequestsTracing property: Failed requests tracing configuration.
|
SiteLogsConfigProperties |
withHttpLogs(HttpLogsConfig httpLogs)
Set the httpLogs property: HTTP logs configuration.
|
public ApplicationLogsConfig applicationLogs()
public SiteLogsConfigProperties withApplicationLogs(ApplicationLogsConfig applicationLogs)
applicationLogs - the applicationLogs value to set.public HttpLogsConfig httpLogs()
public SiteLogsConfigProperties withHttpLogs(HttpLogsConfig httpLogs)
httpLogs - the httpLogs value to set.public EnabledConfig failedRequestsTracing()
public SiteLogsConfigProperties withFailedRequestsTracing(EnabledConfig failedRequestsTracing)
failedRequestsTracing - the failedRequestsTracing value to set.public EnabledConfig detailedErrorMessages()
public SiteLogsConfigProperties withDetailedErrorMessages(EnabledConfig detailedErrorMessages)
detailedErrorMessages - the detailedErrorMessages value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.