Uses of Enum
com.azure.cosmos.models.PermissionMode
Packages that use PermissionMode
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PermissionMode in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return PermissionModeModifier 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.Methods in com.azure.cosmos.models with parameters of type PermissionModeModifier and TypeMethodDescriptionCosmosPermissionProperties.setPermissionMode
(PermissionMode permissionMode) Sets the permission mode.