Dela via


ResourceHealthEventUpdate Class

Definition

Update for service health event.

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

Properties

Summary

Summary text for the given update for the service health event.

UpdatedOn

It provides the Timestamp for the given update for the service health event.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceHealthEventUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthEventUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthEventUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthEventUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthEventUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to