DataReplicationHealthErrorInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Health error model.
public class DataReplicationHealthErrorInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationHealthErrorInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationHealthErrorInfo>
type DataReplicationHealthErrorInfo = class
interface IJsonModel<DataReplicationHealthErrorInfo>
interface IPersistableModel<DataReplicationHealthErrorInfo>
Public Class DataReplicationHealthErrorInfo
Implements IJsonModel(Of DataReplicationHealthErrorInfo), IPersistableModel(Of DataReplicationHealthErrorInfo)
- Inheritance
-
DataReplicationHealthErrorInfo
- Implements
Properties
AffectedResourceCorrelationIds |
Gets or sets 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. |
AffectedResourceType |
Gets or sets the type of affected resource type. |
Category |
Gets or sets the error category. |
Causes |
Gets or sets possible causes of the error. |
ChildErrors |
Gets or sets a list of child health errors associated with this 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<DataReplicationHealthErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataReplicationHealthErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataReplicationHealthErrorInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataReplicationHealthErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataReplicationHealthErrorInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET