다음을 통해 공유


EmergingIssueImpact Class

Definition

Object of the emerging issue impact on services and regions.

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

Properties

Id

The impacted service id.

Name

The impacted service name.

Regions

The list of impacted regions for corresponding emerging issues.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EmergingIssueImpact>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EmergingIssueImpact>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EmergingIssueImpact>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EmergingIssueImpact>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EmergingIssueImpact>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to