Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteLogsConfigProperties
Packages that use SiteLogsConfigProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SiteLogsConfigProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SiteLogsConfigPropertiesModifier and TypeMethodDescriptionstatic SiteLogsConfigProperties
SiteLogsConfigProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteLogsConfigProperties from the JsonReader.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.