Uses of Enum
com.azure.resourcemanager.search.models.SearchEncryptionWithCmk
Packages that use SearchEncryptionWithCmk
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of SearchEncryptionWithCmk in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return SearchEncryptionWithCmkModifier and TypeMethodDescriptionEncryptionWithCmk.enforcement()Get the enforcement property: Describes how a search service should enforce having one or more non-customer-encrypted resources.static SearchEncryptionWithCmkSearchEncryptionWithCmk.fromString(String value) Parses a serialized value to a SearchEncryptionWithCmk instance.static SearchEncryptionWithCmkReturns the enum constant of this type with the specified name.static SearchEncryptionWithCmk[]SearchEncryptionWithCmk.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.search.models with parameters of type SearchEncryptionWithCmkModifier and TypeMethodDescriptionEncryptionWithCmk.withEnforcement(SearchEncryptionWithCmk enforcement) Set the enforcement property: Describes how a search service should enforce having one or more non-customer-encrypted resources.