Class ClusterPrincipalRole


  • public final class ClusterPrincipalRole
    extends com.azure.core.util.ExpandableStringEnum<ClusterPrincipalRole>
    Defines values for ClusterPrincipalRole.
    • Field Detail

      • 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 Detail

      • ClusterPrincipalRole

        public ClusterPrincipalRole()
    • Method Detail

      • 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.