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.
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
AutoHealTriggers() |
Initializes a new instance of AutoHealTriggers. |
Properties
PrivateBytesInKB |
A rule based on private bytes. |
Requests |
A rule based on total requests. |
SlowRequests |
A rule based on request execution time. |
SlowRequestsWithPath |
A rule based on multiple Slow Requests Rule with path. |
StatusCodes |
A rule based on status codes. |
StatusCodesRange |
A rule based on status codes ranges. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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. |
Applies to
Azure SDK for .NET