@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class CosmosAsyncClientEncryptionKey extends Object
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get the id of the
CosmosAsyncClientEncryptionKey |
Mono<CosmosClientEncryptionKeyResponse> |
read()
Reads a cosmos client encryption key
|
Mono<CosmosClientEncryptionKeyResponse> |
replace(CosmosClientEncryptionKeyProperties keyProperties)
Replace a cosmos client encryption key.
|
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getId()
CosmosAsyncClientEncryptionKey
CosmosAsyncClientEncryptionKey
@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public Mono<CosmosClientEncryptionKeyResponse> read()
Mono
containing the single resource response with the read client encryption key or an error.@Beta(value=V4_14_0, warningText="Preview API - subject to change in non-backwards compatible way") public Mono<CosmosClientEncryptionKeyResponse> replace(CosmosClientEncryptionKeyProperties keyProperties)
keyProperties
- the client encryption key properties to create.Mono
containing the single resource response with the read client encryption key or an error.Copyright © 2021 Microsoft Corporation. All rights reserved.