Partager via


SchemaRegistryUpdateProperties Class

Definition

The updatable properties of the SchemaRegistry.

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

Constructors

SchemaRegistryUpdateProperties()

Initializes a new instance of SchemaRegistryUpdateProperties.

Properties

Description

Human-readable description of the schema registry.

DisplayName

Human-readable display name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SchemaRegistryUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SchemaRegistryUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SchemaRegistryUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SchemaRegistryUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SchemaRegistryUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to