Class ManagedServiceIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ManagedServiceIdentityType>
com.azure.resourcemanager.devcenter.models.ManagedServiceIdentityType

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

    • NONE

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

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

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

      public static final ManagedServiceIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
      Static value SystemAssigned, UserAssigned for ManagedServiceIdentityType.
  • Constructor Details

    • ManagedServiceIdentityType

      public ManagedServiceIdentityType()
  • Method Details

    • fromString

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

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