EntitySignalEvaluationRule 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.
Evaluation rule for a signal definition.
public class EntitySignalEvaluationRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CloudHealth.Models.EntitySignalEvaluationRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CloudHealth.Models.EntitySignalEvaluationRule>
type EntitySignalEvaluationRule = class
interface IJsonModel<EntitySignalEvaluationRule>
interface IPersistableModel<EntitySignalEvaluationRule>
Public Class EntitySignalEvaluationRule
Implements IJsonModel(Of EntitySignalEvaluationRule), IPersistableModel(Of EntitySignalEvaluationRule)
- Inheritance
-
EntitySignalEvaluationRule
- Implements
Constructors
| Name | Description |
|---|---|
| EntitySignalEvaluationRule() |
Initializes a new instance of EntitySignalEvaluationRule. |
Properties
| Name | Description |
|---|---|
| DegradedRule |
Degraded rule with static threshold. When used, dynamicDetectionRule must not be set. |
| DynamicDetectionRule |
Configure to use ML-based dynamic thresholds. When used, degradedRule and unhealthyRule must not be set. |
| UnhealthyRule |
Unhealthy rule with static threshold. When used, dynamicDetectionRule must not be set. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<EntitySignalEvaluationRule>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<EntitySignalEvaluationRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<EntitySignalEvaluationRule>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<EntitySignalEvaluationRule>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<EntitySignalEvaluationRule>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |