ConfigurationGroupSchemaPropertiesFormat Class

Definition

Configuration group schema properties.

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

Constructors

Name Description
ConfigurationGroupSchemaPropertiesFormat()

Initializes a new instance of ConfigurationGroupSchemaPropertiesFormat.

Properties

Name Description
Description

Description of what schema can contain.

ProvisioningState

The provisioning state of the Configuration group schema resource.

SchemaDefinition

Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.

VersionState

The configuration group schema version state.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ConfigurationGroupSchemaPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfigurationGroupSchemaPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfigurationGroupSchemaPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfigurationGroupSchemaPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to