KafkaConnectivityEndpoints Class

Definition

Kafka bootstrap server and broker related connectivity endpoints.

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

Properties

BootstrapServerEndpoint

bootstrap server connectivity endpoint.

BrokerEndpoints

Kafka broker endpoint list.

Explicit Interface Implementations

IJsonModel<KafkaConnectivityEndpoints>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KafkaConnectivityEndpoints>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KafkaConnectivityEndpoints>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KafkaConnectivityEndpoints>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KafkaConnectivityEndpoints>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to