AutoHealActions Class

Definition

Actions which to take by the auto-heal module when a rule is triggered. Serialized Name: AutoHealActions

public class AutoHealActions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AutoHealActions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AutoHealActions>
type AutoHealActions = class
    interface IJsonModel<AutoHealActions>
    interface IPersistableModel<AutoHealActions>
Public Class AutoHealActions
Implements IJsonModel(Of AutoHealActions), IPersistableModel(Of AutoHealActions)
Inheritance
AutoHealActions
Implements

Constructors

Name Description
AutoHealActions()

Initializes a new instance of AutoHealActions.

Properties

Name Description
ActionType

Predefined action to be taken. Serialized Name: AutoHealActions.actionType

CustomAction

Custom action to be taken. Serialized Name: AutoHealActions.customAction

MinProcessExecutionTime

Minimum time the process must execute before taking the action Serialized Name: AutoHealActions.minProcessExecutionTime

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AutoHealActions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AutoHealActions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AutoHealActions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AutoHealActions>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AutoHealActions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to