Package | Description |
---|---|
com.azure.cosmos.models |
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
|
Modifier and Type | Method and Description |
---|---|
PermissionMode |
CosmosPermissionProperties.getPermissionMode()
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.
|
Modifier and Type | Method and Description |
---|---|
CosmosPermissionProperties |
CosmosPermissionProperties.setPermissionMode(PermissionMode permissionMode)
Sets the permission mode.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.