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 Summary
Modifier and TypeFieldDescriptionstatic final ClusterPrincipalRole
Static value AllDatabasesAdmin for ClusterPrincipalRole.static final ClusterPrincipalRole
Static value AllDatabasesViewer for ClusterPrincipalRole. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClusterPrincipalRole
fromString
(String name) Creates or finds a ClusterPrincipalRole from its string representation.static Collection<ClusterPrincipalRole>
values()
Gets known ClusterPrincipalRole values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ALL_DATABASES_ADMIN
Static value AllDatabasesAdmin for ClusterPrincipalRole. -
ALL_DATABASES_VIEWER
Static value AllDatabasesViewer for ClusterPrincipalRole.
-
-
Constructor Details
-
ClusterPrincipalRole
public ClusterPrincipalRole()
-
-
Method Details
-
fromString
Creates or finds a ClusterPrincipalRole from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ClusterPrincipalRole.
-
values
Gets known ClusterPrincipalRole values.- Returns:
- known ClusterPrincipalRole values.
-