다음을 통해 공유


ServiceImpactingEventIncidentProperties Class

Definition

Properties of the service impacting event.

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

Properties

IncidentType

Type of Event.

Region

Region impacted by the event.

Service

Service impacted by the event.

Title

Title of the incident.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServiceImpactingEventIncidentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceImpactingEventIncidentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceImpactingEventIncidentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceImpactingEventIncidentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceImpactingEventIncidentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to