共用方式為


ServiceImpactingEvent Class

Definition

Lists the service impacting events that may be affecting the health of the resource.

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

Properties

CorrelationId

Correlation id for the event.

EventStartOn

Timestamp for when the event started.

EventStatusLastModifiedOn

Timestamp for when event was submitted/detected.

IncidentProperties

Properties of the service impacting event.

StatusValue

Current status of the event.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServiceImpactingEvent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceImpactingEvent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceImpactingEvent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceImpactingEvent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceImpactingEvent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to