Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealRules
Packages that use AutoHealRules
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of AutoHealRules in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return AutoHealRulesModifier and TypeMethodDescriptionSiteConfigInner.autoHealRules()Get the autoHealRules property: Auto Heal rules.SiteConfigResourceInner.autoHealRules()Get the autoHealRules property: Auto Heal rules.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AutoHealRulesModifier and TypeMethodDescriptionSiteConfigInner.withAutoHealRules(AutoHealRules autoHealRules) Set the autoHealRules property: Auto Heal rules.SiteConfigResourceInner.withAutoHealRules(AutoHealRules autoHealRules) Set the autoHealRules property: Auto Heal rules. -
Uses of AutoHealRules in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AutoHealRulesModifier and TypeMethodDescriptionstatic AutoHealRulesAutoHealRules.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoHealRules from the JsonReader.AutoHealRules.withActions(AutoHealActions actions) Set the actions property: Actions to be executed when a rule is triggered.AutoHealRules.withTriggers(AutoHealTriggers triggers) Set the triggers property: Conditions that describe when to execute the auto-heal actions.