| Modifier and Type | Method and Description |
|---|---|
AutoHealRules |
SiteConfig.autoHealRules()
Get auto Heal rules.
|
AutoHealRules |
AutoHealRules.withActions(AutoHealActions actions)
Set actions to be executed when a rule is triggered.
|
AutoHealRules |
AutoHealRules.withTriggers(AutoHealTriggers triggers)
Set conditions that describe when to execute the auto-heal actions.
|
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
SiteConfig.withAutoHealRules(AutoHealRules autoHealRules)
Set auto Heal rules.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/