Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.SqlRoleAssignmentResource
Packages that use SqlRoleAssignmentResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of SqlRoleAssignmentResource in com.azure.resourcemanager.cosmos.fluent.models
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type SqlRoleAssignmentResourceModifier and TypeClassDescriptionfinal classAzure Cosmos DB SQL Role Assignment resource object.Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlRoleAssignmentResourceModifier and TypeMethodDescriptionstatic SqlRoleAssignmentResourceSqlRoleAssignmentResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SqlRoleAssignmentResource from the JsonReader.SqlRoleAssignmentResource.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.SqlRoleAssignmentResource.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The unique identifier for the associated Role Definition.Set the scope property: The data plane resource path for which access is being granted through this Role Assignment.