Uses of Class
com.azure.resourcemanager.cosmos.models.ClientEncryptionKeyResource
Packages that use ClientEncryptionKeyResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of ClientEncryptionKeyResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return ClientEncryptionKeyResourceModifier and TypeMethodDescriptionClientEncryptionKeyCreateUpdateProperties.resource()Get the resource property: The standard JSON format of a ClientEncryptionKey.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type ClientEncryptionKeyResourceModifier and TypeMethodDescriptionClientEncryptionKeyCreateUpdateProperties.withResource(ClientEncryptionKeyResource resource) Set the resource property: The standard JSON format of a ClientEncryptionKey. -
Uses of ClientEncryptionKeyResource in com.azure.resourcemanager.cosmos.models
Subclasses of ClientEncryptionKeyResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classThe ClientEncryptionKeyGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return ClientEncryptionKeyResourceModifier and TypeMethodDescriptionstatic ClientEncryptionKeyResourceClientEncryptionKeyResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClientEncryptionKeyResource from the JsonReader.ClientEncryptionKeyCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a ClientEncryptionKey.ClientEncryptionKeyResource.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.ClientEncryptionKeyResource.withKeyWrapMetadata(KeyWrapMetadata keyWrapMetadata) Set the keyWrapMetadata property: Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.ClientEncryptionKeyResource.withWrappedDataEncryptionKey(byte[] wrappedDataEncryptionKey) Set the wrappedDataEncryptionKey property: Wrapped (encrypted) form of the key represented as a byte array.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ClientEncryptionKeyResourceModifier and TypeMethodDescriptionClientEncryptionKeyCreateUpdateParameters.withResource(ClientEncryptionKeyResource resource) Set the resource property: The standard JSON format of a ClientEncryptionKey.