AutoHealTriggers 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.
Triggers for auto-heal. Serialized Name: AutoHealTriggers
public class AutoHealTriggers : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AutoHealTriggers>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AutoHealTriggers>
type AutoHealTriggers = class
interface IJsonModel<AutoHealTriggers>
interface IPersistableModel<AutoHealTriggers>
Public Class AutoHealTriggers
Implements IJsonModel(Of AutoHealTriggers), IPersistableModel(Of AutoHealTriggers)
- Inheritance
-
AutoHealTriggers
- Implements
Constructors
| Name | Description |
|---|---|
| AutoHealTriggers() |
Initializes a new instance of AutoHealTriggers. |
Properties
| Name | Description |
|---|---|
| PrivateBytesInKB |
A rule based on private bytes. Serialized Name: AutoHealTriggers.privateBytesInKB |
| Requests |
A rule based on total requests. Serialized Name: AutoHealTriggers.requests |
| SlowRequests |
A rule based on request execution time. Serialized Name: AutoHealTriggers.slowRequests |
| SlowRequestsWithPath |
A rule based on multiple Slow Requests Rule with path Serialized Name: AutoHealTriggers.slowRequestsWithPath |
| StatusCodes |
A rule based on status codes. Serialized Name: AutoHealTriggers.statusCodes |
| StatusCodesRange |
A rule based on status codes ranges. Serialized Name: AutoHealTriggers.statusCodesRange |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<AutoHealTriggers>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<AutoHealTriggers>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<AutoHealTriggers>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<AutoHealTriggers>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<AutoHealTriggers>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |