Share via


HealthModelEntityProperties Class

Definition

Properties which are common across all kinds of entities.

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

Constructors

HealthModelEntityProperties()

Initializes a new instance of HealthModelEntityProperties.

Properties

Alerts

Alert configuration for this entity.

CanvasPosition

Positioning of the entity on the model canvas.

DeletedOn

Date when the entity was (soft-)deleted.

DiscoveredBy

Discovered by which discovery rule. If set, the entity cannot be deleted manually.

DisplayName

Display name.

HealthObjective

Health objective as a percentage of time the entity should be healthy.

HealthState

Health state of this entity.

Icon

Visual icon definition. If not set, a default icon is used.

Impact

Impact of the entity in health state propagation.

Kind

Entity kind.

Labels

Optional set of labels (key-value pairs).

ProvisioningState

The status of the last operation.

Signals

Signal groups which are assigned to this entity.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HealthModelEntityProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthModelEntityProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthModelEntityProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthModelEntityProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthModelEntityProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to