Uses of Class
com.azure.resourcemanager.cosmos.models.Permission
-
Packages that use Permission Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 Permission Modifier and Type Method Description List<Permission>SqlRoleDefinitionGetResultsInner. permissions()Get the permissions property: The set of operations allowed through this Role Definition.List<Permission>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 Permission Modifier and Type Method Description SqlRoleDefinitionGetResultsInnerSqlRoleDefinitionGetResultsInner. withPermissions(List<Permission> permissions)Set the permissions property: The set of operations allowed through this Role Definition.SqlRoleDefinitionResourceSqlRoleDefinitionResource. 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
Methods in com.azure.resourcemanager.cosmos.models that return Permission Modifier and Type Method Description PermissionPermission. withDataActions(List<String> dataActions)Set the dataActions property: An array of data actions that are allowed.PermissionPermission. 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 Permission Modifier and Type Method Description List<Permission>SqlRoleDefinitionCreateUpdateParameters. 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 Permission Modifier and Type Method Description SqlRoleDefinitionCreateUpdateParametersSqlRoleDefinitionCreateUpdateParameters. withPermissions(List<Permission> permissions)Set the permissions property: The set of operations allowed through this Role Definition.
-