Share via


ResourceHealthEventImpact Class

Definition

Azure service impacted by the service health event.

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

Properties

ImpactedRegions

List regions impacted by the service health event.

ImpactedService

Impacted service name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceHealthEventImpact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthEventImpact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthEventImpact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthEventImpact>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthEventImpact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to