Share via


HealthModelPatch Class

Definition

The type used for update operations of the HealthModel.

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

Constructors

HealthModelPatch()

Initializes a new instance of HealthModelPatch.

Properties

HealthModelUpdateDiscovery

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.

Identity

The managed service identities assigned to this resource.

Tags

Resource tags.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<HealthModelPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthModelPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthModelPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthModelPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthModelPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to