Uses of Class
com.azure.resourcemanager.appservice.models.EnabledConfig
Packages that use EnabledConfig
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of EnabledConfig in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return EnabledConfigModifier and TypeMethodDescriptionSiteLogsConfigInner.detailedErrorMessages()Get the detailedErrorMessages property: Detailed error messages configuration.SiteLogsConfigProperties.detailedErrorMessages()Get the detailedErrorMessages property: Detailed error messages configuration.SiteLogsConfigInner.failedRequestsTracing()Get the failedRequestsTracing property: Failed requests tracing configuration.SiteLogsConfigProperties.failedRequestsTracing()Get the failedRequestsTracing property: Failed requests tracing configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type EnabledConfigModifier and TypeMethodDescriptionSiteLogsConfigInner.withDetailedErrorMessages(EnabledConfig detailedErrorMessages) Set the detailedErrorMessages property: Detailed error messages configuration.SiteLogsConfigProperties.withDetailedErrorMessages(EnabledConfig detailedErrorMessages) Set the detailedErrorMessages property: Detailed error messages configuration.SiteLogsConfigInner.withFailedRequestsTracing(EnabledConfig failedRequestsTracing) Set the failedRequestsTracing property: Failed requests tracing configuration.SiteLogsConfigProperties.withFailedRequestsTracing(EnabledConfig failedRequestsTracing) Set the failedRequestsTracing property: Failed requests tracing configuration. -
Uses of EnabledConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return EnabledConfigModifier and TypeMethodDescriptionstatic EnabledConfigEnabledConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EnabledConfig from the JsonReader.EnabledConfig.withEnabled(Boolean enabled) Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is not set.