SchemaRegistryClusterRecord Class

Definition

Details of schema registry cluster record.

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

Properties

Id

Id of the cluster.

Kind

Kind of the cluster.

Metadata

Metadata of the record.

Spec

Specification of the schema registry cluster.

StatusPhase

The lifecycle phase of the cluster.

Explicit Interface Implementations

IJsonModel<SchemaRegistryClusterRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SchemaRegistryClusterRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SchemaRegistryClusterRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SchemaRegistryClusterRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SchemaRegistryClusterRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to