Uses of Class
com.azure.resourcemanager.kusto.models.DatabasePrincipalRole
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of DatabasePrincipalRole in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionDatabasePrincipalAssignmentInner.role()
Get the role property: Database principal role.DatabasePrincipalInner.role()
Get the role property: Database principal role.DatabasePrincipalProperties.role()
Get the role property: Database principal role.Modifier and TypeMethodDescriptionDatabasePrincipalAssignmentInner.withRole
(DatabasePrincipalRole role) Set the role property: Database principal role.DatabasePrincipalInner.withRole
(DatabasePrincipalRole role) Set the role property: Database principal role.DatabasePrincipalProperties.withRole
(DatabasePrincipalRole role) Set the role property: Database principal role. -
Uses of DatabasePrincipalRole in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final DatabasePrincipalRole
DatabasePrincipalRole.ADMIN
Static value Admin for DatabasePrincipalRole.static final DatabasePrincipalRole
DatabasePrincipalRole.INGESTOR
Static value Ingestor for DatabasePrincipalRole.static final DatabasePrincipalRole
DatabasePrincipalRole.MONITOR
Static value Monitor for DatabasePrincipalRole.static final DatabasePrincipalRole
DatabasePrincipalRole.UNRESTRICTED_VIEWER
Static value UnrestrictedViewer for DatabasePrincipalRole.static final DatabasePrincipalRole
DatabasePrincipalRole.USER
Static value User for DatabasePrincipalRole.static final DatabasePrincipalRole
DatabasePrincipalRole.VIEWER
Static value Viewer for DatabasePrincipalRole.Modifier and TypeMethodDescriptionstatic DatabasePrincipalRole
DatabasePrincipalRole.fromString
(String name) Creates or finds a DatabasePrincipalRole from its string representation.DatabasePrincipal.role()
Gets the role property: Database principal role.DatabasePrincipalAssignment.role()
Gets the role property: Database principal role.Modifier and TypeMethodDescriptionstatic Collection<DatabasePrincipalRole>
DatabasePrincipalRole.values()
Gets known DatabasePrincipalRole values.Modifier and TypeMethodDescriptionDatabasePrincipalAssignment.DefinitionStages.WithRole.withRole
(DatabasePrincipalRole role) Specifies the role property: Database principal role..DatabasePrincipalAssignment.UpdateStages.WithRole.withRole
(DatabasePrincipalRole role) Specifies the role property: Database principal role..