다음을 통해 공유


HealthModelProperties Class

Definition

HealthModel properties.

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

Constructors

HealthModelProperties()

Initializes a new instance of HealthModelProperties.

Properties

DataplaneEndpoint

The data plane endpoint for interacting with health data.

Discovery

Configure to automatically discover entities from a given scope, such as a Service Group. The discovered entities will be linked to the root entity of the health model.

ProvisioningState

The status of the last operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HealthModelProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthModelProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthModelProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthModelProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthModelProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to