Class FactoryIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FactoryIdentityType>
com.azure.resourcemanager.datafactory.models.FactoryIdentityType

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

    • 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 Details

    • FactoryIdentityType

      public FactoryIdentityType()
  • Method Details

    • 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.