Class FactoryIdentityType


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

      • SYSTEM_ASSIGNED

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

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

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

      • FactoryIdentityType

        public FactoryIdentityType()
    • Method Detail

      • fromString

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

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