SchemaRegistryClusterSpecEntity Class

Definition

Details of schema registry cluster spec.

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

Properties

Cloud

The cloud service provider.

Environment

Environment details of the schema registry cluster.

HttpEndpoint

Http endpoint of the cluster.

Name

Name of the schema registry cluster.

Package

Type of the cluster package Advanced, essentials.

Region

Region details of the schema registry cluster.

Explicit Interface Implementations

IJsonModel<SchemaRegistryClusterSpecEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SchemaRegistryClusterSpecEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SchemaRegistryClusterSpecEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SchemaRegistryClusterSpecEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SchemaRegistryClusterSpecEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to