Class ClusterPrincipalRole

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

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

    • ALL_DATABASES_ADMIN

      public static final ClusterPrincipalRole ALL_DATABASES_ADMIN
      Static value AllDatabasesAdmin for ClusterPrincipalRole.
    • ALL_DATABASES_VIEWER

      public static final ClusterPrincipalRole ALL_DATABASES_VIEWER
      Static value AllDatabasesViewer for ClusterPrincipalRole.
  • Constructor Details

    • ClusterPrincipalRole

      public ClusterPrincipalRole()
  • Method Details

    • fromString

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

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