AutoHealActions 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.
Actions which to take by the auto-heal module when a rule is triggered.
public class AutoHealActions
type AutoHealActions = class
Public Class AutoHealActions
- Inheritance
-
AutoHealActions
Constructors
AutoHealActions() |
Initializes a new instance of the AutoHealActions class. |
AutoHealActions(Nullable<AutoHealActionType>, AutoHealCustomAction, String) |
Initializes a new instance of the AutoHealActions class. |
Properties
ActionType |
Gets or sets predefined action to be taken. Possible values include: 'Recycle', 'LogEvent', 'CustomAction' |
CustomAction |
Gets or sets custom action to be taken. |
MinProcessExecutionTime |
Gets or sets minimum time the process must execute before taking the action |
Applies to
Azure SDK for .NET