Uses of Class
com.azure.data.cosmos.PermissionMode
-
Packages that use PermissionMode Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of PermissionMode in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return PermissionMode Modifier and Type Method Description PermissionMode
CosmosPermissionProperties. permissionMode()
Gets the permission mode.static PermissionMode
PermissionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PermissionMode[]
PermissionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.data.cosmos with parameters of type PermissionMode Modifier and Type Method Description CosmosPermissionProperties
CosmosPermissionProperties. permissionMode(PermissionMode permissionMode)
Sets the permission mode.
-