Uses of Class
com.microsoft.azure.management.appservice.AutoHealRules
-
-
Uses of AutoHealRules in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AutoHealRules Modifier and Type Method Description AutoHealRulesSiteConfig. autoHealRules()Get auto Heal rules.AutoHealRulesAutoHealRules. withActions(AutoHealActions actions)Set actions to be executed when a rule is triggered.AutoHealRulesAutoHealRules. withTriggers(AutoHealTriggers triggers)Set conditions that describe when to execute the auto-heal actions.Methods in com.microsoft.azure.management.appservice with parameters of type AutoHealRules Modifier and Type Method Description SiteConfigSiteConfig. withAutoHealRules(AutoHealRules autoHealRules)Set auto Heal rules.
-