Share via


ValidateConfigurationResult Class

Definition

The response of the action validate configuration.

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

Properties

ConfigurationState

Gets the configuration state.

Error

The error object.

(Inherited from NetworkFabricErrorResult)
Uri

URL for the details of the response.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkFabricErrorResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkFabricErrorResult)
IJsonModel<ValidateConfigurationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateConfigurationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricErrorResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from NetworkFabricErrorResult)
IPersistableModel<ValidateConfigurationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateConfigurationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateConfigurationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to