你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosClientEncryptionKey Class

  • java.lang.Object
    • com.azure.cosmos.CosmosClientEncryptionKey

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

CosmosClientEncryptionKeyResponse 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:

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