Class ApimIdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApimIdentityType>
com.azure.resourcemanager.apimanagement.models.ApimIdentityType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ApimIdentityType extends com.azure.core.util.ExpandableStringEnum<ApimIdentityType>
The type of identity used for the resource. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the service.
  • Field Details

    • SYSTEM_ASSIGNED

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

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

      public static final ApimIdentityType SYSTEM_ASSIGNED_USER_ASSIGNED
      Static value SystemAssigned, UserAssigned for ApimIdentityType.
    • NONE

      public static final ApimIdentityType NONE
      Static value None for ApimIdentityType.
  • Constructor Details

    • ApimIdentityType

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

    • fromString

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

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