AutoHealCustomAction 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.
Custom action to be executed when an auto heal rule is triggered. Serialized Name: AutoHealCustomAction
public class AutoHealCustomAction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AutoHealCustomAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AutoHealCustomAction>
type AutoHealCustomAction = class
interface IJsonModel<AutoHealCustomAction>
interface IPersistableModel<AutoHealCustomAction>
Public Class AutoHealCustomAction
Implements IJsonModel(Of AutoHealCustomAction), IPersistableModel(Of AutoHealCustomAction)
- Inheritance
-
AutoHealCustomAction
- Implements
Constructors
| Name | Description |
|---|---|
| AutoHealCustomAction() |
Initializes a new instance of AutoHealCustomAction. |
Properties
| Name | Description |
|---|---|
| Exe |
Executable to be run. Serialized Name: AutoHealCustomAction.exe |
| Parameters |
Parameters for the executable. Serialized Name: AutoHealCustomAction.parameters |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AutoHealCustomAction>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AutoHealCustomAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AutoHealCustomAction>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AutoHealCustomAction>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AutoHealCustomAction>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |