Condividi tramite


DataReplicationInnerHealthErrorInfo Class

Definition

Inner health error model.

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

Properties

Category

Gets or sets the error category.

Causes

Gets or sets possible causes of the error.

Code

Gets or sets the error code.

CreatedOn

Gets or sets the error creation time.

HealthCategory

Gets or sets the health category.

IsCustomerResolvable

Gets or sets a value indicating whether the error is customer resolvable.

Message

Gets or sets the error message.

Recommendation

Gets or sets recommended action to resolve the error.

Severity

Gets or sets the error severity.

Source

Gets or sets the error source.

Summary

Gets or sets the error summary.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationInnerHealthErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationInnerHealthErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationInnerHealthErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationInnerHealthErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationInnerHealthErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to