Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ManagedIdentitySpec
Packages that use ManagedIdentitySpec
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ManagedIdentitySpec in com.azure.resourcemanager.hdinsight.containers.models
Classes in com.azure.resourcemanager.hdinsight.containers.models that implement interfaces with type arguments of type ManagedIdentitySpecModifier and TypeClassDescriptionfinal classThe details of a managed identity.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ManagedIdentitySpecModifier and TypeMethodDescriptionstatic ManagedIdentitySpecManagedIdentitySpec.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedIdentitySpec from the JsonReader.ManagedIdentitySpec.withClientId(String clientId) Set the clientId property: ClientId of the managed identity.ManagedIdentitySpec.withObjectId(String objectId) Set the objectId property: ObjectId of the managed identity.ManagedIdentitySpec.withResourceId(String resourceId) Set the resourceId property: ResourceId of the managed identity.ManagedIdentitySpec.withType(ManagedIdentityType type) Set the type property: The type of managed identity.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ManagedIdentitySpecModifier and TypeMethodDescriptionManagedIdentityProfile.identityList()Get the identityList property: The list of managed identity.Method parameters in com.azure.resourcemanager.hdinsight.containers.models with type arguments of type ManagedIdentitySpecModifier and TypeMethodDescriptionManagedIdentityProfile.withIdentityList(List<ManagedIdentitySpec> identityList) Set the identityList property: The list of managed identity.