java.lang.Object
com.azure.core.util.ExpandableStringEnum<AadObjectType>
com.azure.resourcemanager.datalakeanalytics.models.AadObjectType

public final class AadObjectType extends com.azure.core.util.ExpandableStringEnum<AadObjectType>
The type of AAD object the object identifier refers to.
  • Field Details

    • USER

      public static final AadObjectType USER
      Static value User for AadObjectType.
    • GROUP

      public static final AadObjectType GROUP
      Static value Group for AadObjectType.
    • SERVICE_PRINCIPAL

      public static final AadObjectType SERVICE_PRINCIPAL
      Static value ServicePrincipal for AadObjectType.
  • Constructor Details

    • AadObjectType

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

    • fromString

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

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