ConfigurationGroupSchemaVersionUpdateState Class

Definition

Publisher configuration group schema update request definition.

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

Constructors

Name Description
ConfigurationGroupSchemaVersionUpdateState()

Initializes a new instance of ConfigurationGroupSchemaVersionUpdateState.

Properties

Name Description
VersionState

The configuration group schema state.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConfigurationGroupSchemaVersionUpdateState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfigurationGroupSchemaVersionUpdateState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfigurationGroupSchemaVersionUpdateState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfigurationGroupSchemaVersionUpdateState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfigurationGroupSchemaVersionUpdateState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to