Class DatabasePrincipalRole

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DatabasePrincipalRole>
com.azure.resourcemanager.kusto.models.DatabasePrincipalRole

public final class DatabasePrincipalRole extends com.azure.core.util.ExpandableStringEnum<DatabasePrincipalRole>
Database principal role.
  • Field Details

    • ADMIN

      public static final DatabasePrincipalRole ADMIN
      Static value Admin for DatabasePrincipalRole.
    • INGESTOR

      public static final DatabasePrincipalRole INGESTOR
      Static value Ingestor for DatabasePrincipalRole.
    • MONITOR

      public static final DatabasePrincipalRole MONITOR
      Static value Monitor for DatabasePrincipalRole.
    • USER

      public static final DatabasePrincipalRole USER
      Static value User for DatabasePrincipalRole.
    • UNRESTRICTED_VIEWER

      public static final DatabasePrincipalRole UNRESTRICTED_VIEWER
      Static value UnrestrictedViewer for DatabasePrincipalRole.
    • VIEWER

      public static final DatabasePrincipalRole VIEWER
      Static value Viewer for DatabasePrincipalRole.
  • Constructor Details

    • DatabasePrincipalRole

      public DatabasePrincipalRole()
  • Method Details

    • fromString

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

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