Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.SqlRoleDefinitionResource
Packages that use SqlRoleDefinitionResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of SqlRoleDefinitionResource in com.azure.resourcemanager.cosmos.fluent.models
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type SqlRoleDefinitionResourceModifier and TypeClassDescriptionfinal classAzure Cosmos DB SQL Role Definition resource object.Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlRoleDefinitionResourceModifier and TypeMethodDescriptionstatic SqlRoleDefinitionResourceSqlRoleDefinitionResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SqlRoleDefinitionResource from the JsonReader.SqlRoleDefinitionResource.withAssignableScopes(List<String> assignableScopes) Set the assignableScopes property: A set of fully qualified Scopes at or below which Role Assignments may be created using this Role Definition.SqlRoleDefinitionResource.withPermissions(List<Permission> permissions) Set the permissions property: The set of operations allowed through this Role Definition.SqlRoleDefinitionResource.withRoleName(String roleName) Set the roleName property: A user-friendly name for the Role Definition.SqlRoleDefinitionResource.withType(RoleDefinitionType type) Set the type property: Indicates whether the Role Definition was built-in or user created.