Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealRules
-
Packages that use AutoHealRules Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 AutoHealRules Modifier and Type Method Description AutoHealRulesSiteConfigInner. autoHealRules()Get the autoHealRules property: Auto Heal rules.AutoHealRulesSiteConfigResourceInner. autoHealRules()Get the autoHealRules property: Auto Heal rules.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type AutoHealRules Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withAutoHealRules(AutoHealRules autoHealRules)Set the autoHealRules property: Auto Heal rules.SiteConfigResourceInnerSiteConfigResourceInner. 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 AutoHealRules Modifier and Type Method Description AutoHealRulesAutoHealRules. withActions(AutoHealActions actions)Set the actions property: Actions to be executed when a rule is triggered.AutoHealRulesAutoHealRules. withTriggers(AutoHealTriggers triggers)Set the triggers property: Conditions that describe when to execute the auto-heal actions.
-