public class SiteLogsConfigInner extends ProxyOnlyResource
| Constructor and Description |
|---|
SiteLogsConfigInner() |
| 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.
|
SiteLogsConfigInner |
withApplicationLogs(ApplicationLogsConfig applicationLogs)
Set the applicationLogs property: Application logs configuration.
|
SiteLogsConfigInner |
withDetailedErrorMessages(EnabledConfig detailedErrorMessages)
Set the detailedErrorMessages property: Detailed error messages configuration.
|
SiteLogsConfigInner |
withFailedRequestsTracing(EnabledConfig failedRequestsTracing)
Set the failedRequestsTracing property: Failed requests tracing configuration.
|
SiteLogsConfigInner |
withHttpLogs(HttpLogsConfig httpLogs)
Set the httpLogs property: HTTP logs configuration.
|
SiteLogsConfigInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic ApplicationLogsConfig applicationLogs()
public SiteLogsConfigInner withApplicationLogs(ApplicationLogsConfig applicationLogs)
applicationLogs - the applicationLogs value to set.public HttpLogsConfig httpLogs()
public SiteLogsConfigInner withHttpLogs(HttpLogsConfig httpLogs)
httpLogs - the httpLogs value to set.public EnabledConfig failedRequestsTracing()
public SiteLogsConfigInner withFailedRequestsTracing(EnabledConfig failedRequestsTracing)
failedRequestsTracing - the failedRequestsTracing value to set.public EnabledConfig detailedErrorMessages()
public SiteLogsConfigInner withDetailedErrorMessages(EnabledConfig detailedErrorMessages)
detailedErrorMessages - the detailedErrorMessages value to set.public SiteLogsConfigInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.