다음을 통해 공유


EmergingIssueActiveEventType Class

Definition

Active event type of emerging issue.

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

Properties

Cloud

The cloud type of this active event.

Description

The details of active event.

Impacts

The list of emerging issues impacts.

IsPublished

The boolean value of this active event if published or not.

LastModifiedOn

The last time modified on this banner.

Severity

The severity level of this active event.

Stage

The stage of this active event.

StartOn

The impact start time on this active event.

Title

The active event title.

TrackingId

The tracking id of this active event.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EmergingIssueActiveEventType>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EmergingIssueActiveEventType>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EmergingIssueActiveEventType>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EmergingIssueActiveEventType>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EmergingIssueActiveEventType>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to