Share via


SchemaRegistryRef Class

Definition

The reference to the Schema Registry for this AIO Instance.

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

Constructors

SchemaRegistryRef(ResourceIdentifier)

Initializes a new instance of SchemaRegistryRef.

Properties

ResourceId

The resource ID of the Schema Registry.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SchemaRegistryRef>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SchemaRegistryRef>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SchemaRegistryRef>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SchemaRegistryRef>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SchemaRegistryRef>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to