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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter))]
public class AutoHealActions : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.AutoHealActionsTypeConverter))>]
type AutoHealActions = class
interface IAutoHealActions
interface IJsonSerializable
Public Class AutoHealActions
Implements IAutoHealActions
- Inheritance
-
AutoHealActions
- Attributes
- Implements
Constructors
AutoHealActions() |
Creates an new AutoHealActions instance. |
Properties
ActionType |
Predefined action to be taken. |
CustomActionExe |
Executable to be run. |
CustomActionParameter |
Parameters for the executable. |
MinProcessExecutionTime |
Minimum time the process must execute before taking the action |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutoHealActions. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutoHealActions. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAutoHealActions. |
FromJsonString(String) |
Creates a new instance of AutoHealActions, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutoHealActions into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |