Uses of Class
com.azure.resourcemanager.synapse.models.DatabasePrincipalRole
-
Packages that use DatabasePrincipalRole Package Description com.azure.resourcemanager.synapse.fluent.models Package containing the inner data models for SynapseManagementClient.com.azure.resourcemanager.synapse.models Package containing the data models for SynapseManagementClient. -
-
Uses of DatabasePrincipalRole in com.azure.resourcemanager.synapse.fluent.models
Methods in com.azure.resourcemanager.synapse.fluent.models that return DatabasePrincipalRole Modifier and Type Method Description DatabasePrincipalRole
DatabasePrincipalAssignmentInner. role()
Get the role property: Database principal role.DatabasePrincipalRole
DatabasePrincipalProperties. role()
Get the role property: Database principal role.Methods in com.azure.resourcemanager.synapse.fluent.models with parameters of type DatabasePrincipalRole Modifier and Type Method Description DatabasePrincipalAssignmentInner
DatabasePrincipalAssignmentInner. withRole(DatabasePrincipalRole role)
Set the role property: Database principal role.DatabasePrincipalProperties
DatabasePrincipalProperties. withRole(DatabasePrincipalRole role)
Set the role property: Database principal role. -
Uses of DatabasePrincipalRole in com.azure.resourcemanager.synapse.models
Fields in com.azure.resourcemanager.synapse.models declared as DatabasePrincipalRole Modifier and Type Field Description static DatabasePrincipalRole
DatabasePrincipalRole. ADMIN
Static value Admin for DatabasePrincipalRole.static DatabasePrincipalRole
DatabasePrincipalRole. INGESTOR
Static value Ingestor for DatabasePrincipalRole.static DatabasePrincipalRole
DatabasePrincipalRole. MONITOR
Static value Monitor for DatabasePrincipalRole.static DatabasePrincipalRole
DatabasePrincipalRole. UNRESTRICTED_VIEWER
Static value UnrestrictedViewer for DatabasePrincipalRole.static DatabasePrincipalRole
DatabasePrincipalRole. USER
Static value User for DatabasePrincipalRole.static DatabasePrincipalRole
DatabasePrincipalRole. VIEWER
Static value Viewer for DatabasePrincipalRole.Methods in com.azure.resourcemanager.synapse.models that return DatabasePrincipalRole Modifier and Type Method Description static DatabasePrincipalRole
DatabasePrincipalRole. fromString(String name)
Creates or finds a DatabasePrincipalRole from its string representation.DatabasePrincipalRole
DatabasePrincipalAssignment. role()
Gets the role property: Database principal role.Methods in com.azure.resourcemanager.synapse.models that return types with arguments of type DatabasePrincipalRole Modifier and Type Method Description static Collection<DatabasePrincipalRole>
DatabasePrincipalRole. values()
Methods in com.azure.resourcemanager.synapse.models with parameters of type DatabasePrincipalRole Modifier and Type Method Description DatabasePrincipalAssignment.DefinitionStages.WithCreate
DatabasePrincipalAssignment.DefinitionStages.WithRole. withRole(DatabasePrincipalRole role)
Specifies the role property: Database principal role..DatabasePrincipalAssignment.Update
DatabasePrincipalAssignment.UpdateStages.WithRole. withRole(DatabasePrincipalRole role)
Specifies the role property: Database principal role..
-