Uses of Enum
com.azure.cosmos.models.PermissionMode
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PermissionMode in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosPermissionProperties.getPermissionMode()
Gets the permission mode.static PermissionMode
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.Modifier and TypeMethodDescriptionCosmosPermissionProperties.setPermissionMode
(PermissionMode permissionMode) Sets the permission mode.