Uses of Class
com.azure.resourcemanager.cosmos.models.Privilege
Packages that use Privilege
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of Privilege in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return types with arguments of type PrivilegeModifier and TypeMethodDescriptionMongoRoleDefinitionGetResultsInner.privileges()Get the privileges property: A set of privileges contained by the Role Definition.MongoRoleDefinitionResource.privileges()Get the privileges property: A set of privileges contained by the Role Definition.Method parameters in com.azure.resourcemanager.cosmos.fluent.models with type arguments of type PrivilegeModifier and TypeMethodDescriptionMongoRoleDefinitionGetResultsInner.withPrivileges(List<Privilege> privileges) Set the privileges property: A set of privileges contained by the Role Definition.MongoRoleDefinitionResource.withPrivileges(List<Privilege> privileges) Set the privileges property: A set of privileges contained by the Role Definition. -
Uses of Privilege in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type PrivilegeModifier and TypeClassDescriptionfinal classThe set of data plane operations permitted through this Role Definition.Methods in com.azure.resourcemanager.cosmos.models that return PrivilegeModifier and TypeMethodDescriptionstatic PrivilegePrivilege.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Privilege from the JsonReader.Privilege.withActions(List<String> actions) Set the actions property: An array of actions that are allowed.Privilege.withResource(PrivilegeResource resource) Set the resource property: An Azure Cosmos DB Mongo DB Resource.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PrivilegeModifier and TypeMethodDescriptionMongoRoleDefinitionCreateUpdateParameters.privileges()Get the privileges property: A set of privileges contained by the Role Definition.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type PrivilegeModifier and TypeMethodDescriptionMongoRoleDefinitionCreateUpdateParameters.withPrivileges(List<Privilege> privileges) Set the privileges property: A set of privileges contained by the Role Definition.