Class IdentityType


  • public final class IdentityType
    extends com.azure.core.util.ExpandableStringEnum<IdentityType>
    Defines values for IdentityType.
    • Field Detail

      • NONE

        public static final IdentityType NONE
        Static value None for IdentityType.
      • SYSTEM_ASSIGNED

        public static final IdentityType SYSTEM_ASSIGNED
        Static value SystemAssigned for IdentityType.
      • USER_ASSIGNED

        public static final IdentityType USER_ASSIGNED
        Static value UserAssigned for IdentityType.
      • SYSTEM_ASSIGNED_USER_ASSIGNED

        public static final IdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
        Static value SystemAssigned, UserAssigned for IdentityType.
    • Constructor Detail

      • IdentityType

        public IdentityType()
    • Method Detail

      • fromString

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