Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.IdentityProfile
Packages that use IdentityProfile
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of IdentityProfile in com.azure.resourcemanager.hdinsight.containers.models
Subclasses of IdentityProfile in com.azure.resourcemanager.hdinsight.containers.modelsModifier and TypeClassDescriptionfinal classIdentity properties of the AKS cluster agentpool MSI.Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type IdentityProfileMethods in com.azure.resourcemanager.hdinsight.containers.models that return IdentityProfileModifier and TypeMethodDescriptionstatic IdentityProfileIdentityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IdentityProfile from the JsonReader.ClusterProfile.identityProfile()Get the identityProfile property: This is deprecated.IdentityProfile.withMsiClientId(String msiClientId) Set the msiClientId property: ClientId of the MSI.IdentityProfile.withMsiObjectId(String msiObjectId) Set the msiObjectId property: ObjectId of the MSI.IdentityProfile.withMsiResourceId(String msiResourceId) Set the msiResourceId property: ResourceId of the MSI.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type IdentityProfileModifier and TypeMethodDescriptionClusterProfile.withIdentityProfile(IdentityProfile identityProfile) Set the identityProfile property: This is deprecated.