Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.KafkaProfile
Packages that use KafkaProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of KafkaProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type KafkaProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return KafkaProfileModifier and TypeMethodDescriptionstatic KafkaProfileKafkaProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KafkaProfile from the JsonReader.ClusterProfile.kafkaProfile()Get the kafkaProfile property: The Kafka cluster profile.KafkaProfile.withDiskStorage(DiskStorageProfile diskStorage) Set the diskStorage property: Kafka disk storage profile.KafkaProfile.withEnableKRaft(Boolean enableKRaft) Set the enableKRaft property: Expose Kafka cluster in KRaft mode.KafkaProfile.withEnablePublicEndpoints(Boolean enablePublicEndpoints) Set the enablePublicEndpoints property: Expose worker nodes as public endpoints.KafkaProfile.withRemoteStorageUri(String remoteStorageUri) Set the remoteStorageUri property: Fully qualified path of Azure Storage container used for Tiered Storage.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type KafkaProfileModifier and TypeMethodDescriptionClusterProfile.withKafkaProfile(KafkaProfile kafkaProfile) Set the kafkaProfile property: The Kafka cluster profile.