Class ManagedIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedIdentityType>
com.azure.resourcemanager.hdinsight.containers.models.ManagedIdentityType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ManagedIdentityType extends com.azure.core.util.ExpandableStringEnum<ManagedIdentityType>
The type of managed identity.
  • Field Details

    • CLUSTER

      public static final ManagedIdentityType CLUSTER
      Static value cluster for ManagedIdentityType.
    • USER

      public static final ManagedIdentityType USER
      Static value user for ManagedIdentityType.
    • INTERNAL

      public static final ManagedIdentityType INTERNAL
      Static value internal for ManagedIdentityType.
  • Constructor Details

    • ManagedIdentityType

      @Deprecated public ManagedIdentityType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ManagedIdentityType value.
  • Method Details

    • fromString

      public static ManagedIdentityType fromString(String name)
      Creates or finds a ManagedIdentityType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ManagedIdentityType.
    • values

      public static Collection<ManagedIdentityType> values()
      Gets known ManagedIdentityType values.
      Returns:
      known ManagedIdentityType values.