Share via


PreferencesValidationResult Class

Definition

Properties of data center and transport preference validation response.

public class PreferencesValidationResult : Azure.ResourceManager.DataBox.Models.DataBoxValidationInputResult, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBox.Models.PreferencesValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBox.Models.PreferencesValidationResult>
type PreferencesValidationResult = class
    inherit DataBoxValidationInputResult
    interface IJsonModel<PreferencesValidationResult>
    interface IPersistableModel<PreferencesValidationResult>
Public Class PreferencesValidationResult
Inherits DataBoxValidationInputResult
Implements IJsonModel(Of PreferencesValidationResult), IPersistableModel(Of PreferencesValidationResult)
Inheritance
PreferencesValidationResult
Implements

Properties

Error

Error code and message of validation response.

(Inherited from DataBoxValidationInputResult)
Status

Validation status of requested data center and transport.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxValidationInputResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataBoxValidationInputResult)
IJsonModel<DataBoxValidationInputResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataBoxValidationInputResult)
IJsonModel<PreferencesValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PreferencesValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxValidationInputResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataBoxValidationInputResult)
IPersistableModel<DataBoxValidationInputResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataBoxValidationInputResult)
IPersistableModel<DataBoxValidationInputResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataBoxValidationInputResult)
IPersistableModel<PreferencesValidationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PreferencesValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PreferencesValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to