Class DatabasePrincipalType

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

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

  • Constructor Details

    • DatabasePrincipalType

      public DatabasePrincipalType()
  • Method Details

    • fromString

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

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