Uses of Class
com.azure.resourcemanager.cosmos.models.Permission
Packages that use Permission
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of Permission in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type PermissionModifier and TypeMethodDescriptionSqlRoleDefinitionGetResultsInner.permissions()Get the permissions property: The set of operations allowed through this Role Definition.SqlRoleDefinitionResource.permissions()Get the permissions property: The set of operations allowed through this Role Definition.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type PermissionModifier and TypeMethodDescriptionSqlRoleDefinitionGetResultsInner.withPermissions(List<Permission> permissions) Set the permissions property: The set of operations allowed through this Role Definition.SqlRoleDefinitionResource.withPermissions(List<Permission> permissions) Set the permissions property: The set of operations allowed through this Role Definition. -
Uses of Permission in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type PermissionModifier and TypeClassDescriptionfinal classThe set of data plane operations permitted through this Role Definition.Methods in com.azure.resourcemanager.cosmos.models that return PermissionModifier and TypeMethodDescriptionstatic PermissionPermission.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Permission from the JsonReader.Permission.withDataActions(List<String> dataActions) Set the dataActions property: An array of data actions that are allowed.Permission.withNotDataActions(List<String> notDataActions) Set the notDataActions property: An array of data actions that are denied.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PermissionModifier and TypeMethodDescriptionSqlRoleDefinitionCreateUpdateParameters.permissions()Get the permissions property: The set of operations allowed through this Role Definition.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type PermissionModifier and TypeMethodDescriptionSqlRoleDefinitionCreateUpdateParameters.withPermissions(List<Permission> permissions) Set the permissions property: The set of operations allowed through this Role Definition.