Uses of Class
com.azure.resourcemanager.search.models.EncryptionWithCmk
Packages that use EncryptionWithCmk
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of EncryptionWithCmk in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return EncryptionWithCmkModifier and TypeMethodDescriptionSearchServiceInner.encryptionWithCmk()Get the encryptionWithCmk property: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.SearchServiceProperties.encryptionWithCmk()Get the encryptionWithCmk property: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type EncryptionWithCmkModifier and TypeMethodDescriptionSearchServiceInner.withEncryptionWithCmk(EncryptionWithCmk encryptionWithCmk) Set the encryptionWithCmk property: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.SearchServiceProperties.withEncryptionWithCmk(EncryptionWithCmk encryptionWithCmk) Set the encryptionWithCmk property: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service. -
Uses of EncryptionWithCmk in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return EncryptionWithCmkModifier and TypeMethodDescriptionSearchServiceUpdate.encryptionWithCmk()Get the encryptionWithCmk property: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.EncryptionWithCmk.withEnforcement(SearchEncryptionWithCmk enforcement) Set the enforcement property: Describes how a search service should enforce having one or more non-customer-encrypted resources.Methods in com.azure.resourcemanager.search.models with parameters of type EncryptionWithCmkModifier and TypeMethodDescriptionSearchServiceUpdate.withEncryptionWithCmk(EncryptionWithCmk encryptionWithCmk) Set the encryptionWithCmk property: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.