Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SiteLogsConfigProperties
-
Packages that use SiteLogsConfigProperties Package Description com.azure.resourcemanager.appservice.fluent.models 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 SiteLogsConfigProperties Modifier and Type Method Description SiteLogsConfigPropertiesSiteLogsConfigProperties. withApplicationLogs(ApplicationLogsConfig applicationLogs)Set the applicationLogs property: Application logs configuration.SiteLogsConfigPropertiesSiteLogsConfigProperties. withDetailedErrorMessages(EnabledConfig detailedErrorMessages)Set the detailedErrorMessages property: Detailed error messages configuration.SiteLogsConfigPropertiesSiteLogsConfigProperties. withFailedRequestsTracing(EnabledConfig failedRequestsTracing)Set the failedRequestsTracing property: Failed requests tracing configuration.SiteLogsConfigPropertiesSiteLogsConfigProperties. withHttpLogs(HttpLogsConfig httpLogs)Set the httpLogs property: HTTP logs configuration.
-