Uses of Class
com.azure.resourcemanager.cosmos.models.ClientEncryptionPolicy
Packages that use ClientEncryptionPolicy
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of ClientEncryptionPolicy in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type ClientEncryptionPolicyModifier and TypeClassDescriptionfinal classCosmos DB client encryption policy.Methods in com.azure.resourcemanager.cosmos.models that return ClientEncryptionPolicyModifier and TypeMethodDescriptionSqlContainerResource.clientEncryptionPolicy()Get the clientEncryptionPolicy property: The client encryption policy for the container.static ClientEncryptionPolicyClientEncryptionPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClientEncryptionPolicy from the JsonReader.ClientEncryptionPolicy.withIncludedPaths(List<ClientEncryptionIncludedPath> includedPaths) Set the includedPaths property: Paths of the item that need encryption along with path-specific settings.ClientEncryptionPolicy.withPolicyFormatVersion(int policyFormatVersion) Set the policyFormatVersion property: Version of the client encryption policy definition.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ClientEncryptionPolicyModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResourceContainer.withClientEncryptionPolicy(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.SqlContainerGetPropertiesResource.withClientEncryptionPolicy(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.SqlContainerResource.withClientEncryptionPolicy(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.