Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.KafkaConnectivityEndpoints
Packages that use KafkaConnectivityEndpoints
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of KafkaConnectivityEndpoints in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type KafkaConnectivityEndpointsModifier and TypeClassDescriptionfinal classKafka bootstrap server and broker related connectivity endpoints.Methods in com.azure.resourcemanager.hdinsight.containers.models that return KafkaConnectivityEndpointsModifier and TypeMethodDescriptionKafkaProfile.connectivityEndpoints()Get the connectivityEndpoints property: Kafka bootstrap server and brokers related connectivity endpoints.static KafkaConnectivityEndpointsKafkaConnectivityEndpoints.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KafkaConnectivityEndpoints from the JsonReader.KafkaConnectivityEndpoints.withBootstrapServerEndpoint(String bootstrapServerEndpoint) Set the bootstrapServerEndpoint property: bootstrap server connectivity endpoint.KafkaConnectivityEndpoints.withBrokerEndpoints(List<String> brokerEndpoints) Set the brokerEndpoints property: Kafka broker endpoint list.