Package com.azure.cosmos
Class CosmosClientEncryptionKey
java.lang.Object
com.azure.cosmos.CosmosClientEncryptionKey
@Beta(value=V4_15_0,
warningText="Preview API - subject to change in non-backwards compatible way")
public class CosmosClientEncryptionKey
extends Object
The type Cosmos clientEncryptionKey. This contains methods to operate on a cosmos clientEncryptionKey
synchronously
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get the id of theCosmosClientEncryptionKey
read()
Reads a cosmos client encryption key
-
Method Details
-
getId
@Beta(value=V4_15_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getId()Get the id of theCosmosClientEncryptionKey
- Returns:
- the id of the
CosmosClientEncryptionKey
-
read
@Beta(value=V4_15_0, warningText="Preview API - subject to change in non-backwards compatible way") public CosmosClientEncryptionKeyResponse read()Reads a cosmos client encryption key- Returns:
- the single resource response with the read client encryption key or an error.
-