Share via


DatabaseWatcherHealthValidationIssue Class

Definition

The model of a health validation issue.

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

Properties

AdditionalDetails

The additional details for the issue.

ErrorCode

The error code of the issue.

ErrorMessage

The error message of the issue.

RecommendationMessage

The recommendation for resolving the issue.

RecommendationUri

The URL related to resolving the issue.

RelatedResourceId

The resource ID of the Azure resource related to the issue.

RelatedResourceType

The type of the Azure resource related to the issue.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DatabaseWatcherHealthValidationIssue>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DatabaseWatcherHealthValidationIssue>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DatabaseWatcherHealthValidationIssue>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DatabaseWatcherHealthValidationIssue>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DatabaseWatcherHealthValidationIssue>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to