HealthErrorSummary Class

Definition

class to define the summary of the health error details.

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

Properties

AffectedResourceCorrelationIds

The list of affected resource correlation Ids. This can be used to uniquely identify the count of items affected by a specific category and severity as well as count of item affected by an specific issue.

AffectedResourceSubtype

The sub type of any subcomponent within the ARM resource that this might be applicable. Value remains null if not applicable.

AffectedResourceType

The type of affected ARM resource.

Category

The category of the health error.

Severity

Severity of error.

SummaryCode

The code of the health error.

SummaryMessage

The summary message of the health error.

Explicit Interface Implementations

IJsonModel<HealthErrorSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthErrorSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthErrorSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthErrorSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthErrorSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to