CosmosClientEncryptionKey Class
- java.
lang. Object - com.
azure. cosmos. CosmosClientEncryptionKey
- com.
public class CosmosClientEncryptionKey
The type Cosmos clientEncryptionKey. This contains methods to operate on a cosmos clientEncryptionKey synchronously
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the id of the CosmosClientEncryptionKey |
Cosmos |
read()
Reads a cosmos client encryption key |
Methods inherited from java.lang.Object
Method Details
getId
public String getId()
Get the id of the CosmosClientEncryptionKey
Returns:
the id of the CosmosClientEncryptionKey
read
public CosmosClientEncryptionKeyResponse read()
Reads a cosmos client encryption key
Returns:
the single resource response with the read client encryption key or an error.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java