Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.SqlRoleAssignmentResource
-
Packages that use SqlRoleAssignmentResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient. -
-
Uses of SqlRoleAssignmentResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlRoleAssignmentResource Modifier and Type Method Description SqlRoleAssignmentResourceSqlRoleAssignmentResource. withPrincipalId(String principalId)Set the principalId property: The unique identifier for the associated AAD principal in the AAD graph to which access is being granted through this Role Assignment.SqlRoleAssignmentResourceSqlRoleAssignmentResource. withRoleDefinitionId(String roleDefinitionId)Set the roleDefinitionId property: The unique identifier for the associated Role Definition.SqlRoleAssignmentResourceSqlRoleAssignmentResource. withScope(String scope)Set the scope property: The data plane resource path for which access is being granted through this Role Assignment.
-