Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ManagedIdentityProfile
Packages that use ManagedIdentityProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ManagedIdentityProfile in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ManagedIdentityProfileModifier and TypeClassDescriptionfinal classThe details of managed identity.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ManagedIdentityProfileModifier and TypeMethodDescriptionstatic ManagedIdentityProfileManagedIdentityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedIdentityProfile from the JsonReader.ClusterProfile.managedIdentityProfile()Get the managedIdentityProfile property: This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.ManagedIdentityProfile.withIdentityList(List<ManagedIdentitySpec> identityList) Set the identityList property: The list of managed identity.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ManagedIdentityProfileModifier and TypeMethodDescriptionClusterProfile.withManagedIdentityProfile(ManagedIdentityProfile managedIdentityProfile) Set the managedIdentityProfile property: This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.