AutoHealRules Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rules that can be defined for auto-heal.
public class AutoHealRules
type AutoHealRules = class
Public Class AutoHealRules
- Inheritance
-
AutoHealRules
Constructors
AutoHealRules() |
Initializes a new instance of the AutoHealRules class. |
AutoHealRules(AutoHealTriggers, AutoHealActions) |
Initializes a new instance of the AutoHealRules class. |
Properties
Actions |
Gets or sets actions to be executed when a rule is triggered. |
Triggers |
Gets or sets conditions that describe when to execute the auto-heal actions. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET