Sdílet prostřednictvím


ConfluentSchemaRegistryInfo Class

Definition

The service properties when target service type is ConfluentSchemaRegistry.

public class ConfluentSchemaRegistryInfo : Azure.ResourceManager.ServiceLinker.Models.TargetServiceBaseInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceLinker.Models.ConfluentSchemaRegistryInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceLinker.Models.ConfluentSchemaRegistryInfo>
public class ConfluentSchemaRegistryInfo : Azure.ResourceManager.ServiceLinker.Models.TargetServiceBaseInfo
type ConfluentSchemaRegistryInfo = class
    inherit TargetServiceBaseInfo
    interface IJsonModel<ConfluentSchemaRegistryInfo>
    interface IPersistableModel<ConfluentSchemaRegistryInfo>
type ConfluentSchemaRegistryInfo = class
    inherit TargetServiceBaseInfo
Public Class ConfluentSchemaRegistryInfo
Inherits TargetServiceBaseInfo
Implements IJsonModel(Of ConfluentSchemaRegistryInfo), IPersistableModel(Of ConfluentSchemaRegistryInfo)
Public Class ConfluentSchemaRegistryInfo
Inherits TargetServiceBaseInfo
Inheritance
ConfluentSchemaRegistryInfo
Implements

Constructors

ConfluentSchemaRegistryInfo()

Initializes a new instance of ConfluentSchemaRegistryInfo.

Properties

Endpoint

The endpoint of service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConfluentSchemaRegistryInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentSchemaRegistryInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<TargetServiceBaseInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from TargetServiceBaseInfo)
IJsonModel<TargetServiceBaseInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from TargetServiceBaseInfo)
IPersistableModel<ConfluentSchemaRegistryInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentSchemaRegistryInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentSchemaRegistryInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<TargetServiceBaseInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from TargetServiceBaseInfo)
IPersistableModel<TargetServiceBaseInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from TargetServiceBaseInfo)
IPersistableModel<TargetServiceBaseInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from TargetServiceBaseInfo)

Applies to