Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.ManagedIdentityType
Packages that use ManagedIdentityType
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of ManagedIdentityType in com.azure.resourcemanager.hdinsight.containers.models
Subclasses with type arguments of type ManagedIdentityType in com.azure.resourcemanager.hdinsight.containers.modelsFields in com.azure.resourcemanager.hdinsight.containers.models declared as ManagedIdentityTypeModifier and TypeFieldDescriptionstatic final ManagedIdentityTypeManagedIdentityType.CLUSTERStatic value cluster for ManagedIdentityType.static final ManagedIdentityTypeManagedIdentityType.INTERNALStatic value internal for ManagedIdentityType.static final ManagedIdentityTypeManagedIdentityType.USERStatic value user for ManagedIdentityType.Methods in com.azure.resourcemanager.hdinsight.containers.models that return ManagedIdentityTypeModifier and TypeMethodDescriptionstatic ManagedIdentityTypeManagedIdentityType.fromString(String name) Creates or finds a ManagedIdentityType from its string representation.ManagedIdentitySpec.type()Get the type property: The type of managed identity.Methods in com.azure.resourcemanager.hdinsight.containers.models that return types with arguments of type ManagedIdentityTypeModifier and TypeMethodDescriptionstatic Collection<ManagedIdentityType> ManagedIdentityType.values()Gets known ManagedIdentityType values.Methods in com.azure.resourcemanager.hdinsight.containers.models with parameters of type ManagedIdentityTypeModifier and TypeMethodDescriptionManagedIdentitySpec.withType(ManagedIdentityType type) Set the type property: The type of managed identity.