Uses of Class
com.azure.resourcemanager.cosmos.models.ClientEncryptionKeyGetPropertiesResource
Packages that use ClientEncryptionKeyGetPropertiesResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ClientEncryptionKeyGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ClientEncryptionKeyGetPropertiesResourceModifier and TypeMethodDescriptionClientEncryptionKeyGetProperties.resource()
Get the resource property: The resource property.ClientEncryptionKeyGetResultsInner.resource()
Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ClientEncryptionKeyGetPropertiesResourceModifier and TypeMethodDescriptionClientEncryptionKeyGetProperties.withResource
(ClientEncryptionKeyGetPropertiesResource resource) Set the resource property: The resource property.ClientEncryptionKeyGetResultsInner.withResource
(ClientEncryptionKeyGetPropertiesResource resource) Set the resource property: The resource property. -
Uses of ClientEncryptionKeyGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ClientEncryptionKeyGetPropertiesResourceModifier and TypeMethodDescriptionClientEncryptionKeyGetPropertiesResource.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ClientEncryptionKeyGetPropertiesResource from the JsonReader.ClientEncryptionKeyGetPropertiesResource.withEncryptionAlgorithm
(String encryptionAlgorithm) Set the encryptionAlgorithm property: Encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.Set the id property: Name of the ClientEncryptionKey.ClientEncryptionKeyGetPropertiesResource.withKeyWrapMetadata
(KeyWrapMetadata keyWrapMetadata) Set the keyWrapMetadata property: Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.ClientEncryptionKeyGetPropertiesResource.withWrappedDataEncryptionKey
(byte[] wrappedDataEncryptionKey) Set the wrappedDataEncryptionKey property: Wrapped (encrypted) form of the key represented as a byte array.