Class IdentityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<IdentityType>
com.azure.resourcemanager.loganalytics.models.IdentityType

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

    • USER

      public static final IdentityType USER
      Static value user for IdentityType.
    • APPLICATION

      public static final IdentityType APPLICATION
      Static value application for IdentityType.
    • MANAGED_IDENTITY

      public static final IdentityType MANAGED_IDENTITY
      Static value managedIdentity for IdentityType.
    • KEY

      public static final IdentityType KEY
      Static value key 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.
    • NONE

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

    • IdentityType

      public IdentityType()
  • Method Details

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

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