Share via


ResourceHealthEventImpactedServiceRegion Class

Definition

Azure region impacted by the service health event.

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

Properties

ImpactedRegion

Impacted region name.

ImpactedSubscriptions

List subscription impacted by the service health event.

ImpactedTenants

List tenant impacted by the service health event.

LastUpdateOn

It provides the Timestamp for when the last update for the service health event.

Status

Current status of event in the region.

Updates

List of updates for given service health event.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceHealthEventImpactedServiceRegion>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceHealthEventImpactedServiceRegion>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceHealthEventImpactedServiceRegion>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceHealthEventImpactedServiceRegion>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceHealthEventImpactedServiceRegion>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to