HDInsightClusterValidationErrorInfo Class

Definition

The validation error information.

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

Properties

Code

The error code.

ErrorResource

The error resource.

Message

The error message.

MessageArguments

The message arguments.

Explicit Interface Implementations

IJsonModel<HDInsightClusterValidationErrorInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterValidationErrorInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterValidationErrorInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterValidationErrorInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterValidationErrorInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to