Uses of Class
com.azure.resourcemanager.search.models.SearchDataExfiltrationProtection
Packages that use SearchDataExfiltrationProtection
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of SearchDataExfiltrationProtection in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return types with arguments of type SearchDataExfiltrationProtectionModifier and TypeMethodDescriptionSearchServiceInner.dataExfiltrationProtections()Get the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service.SearchServiceProperties.dataExfiltrationProtections()Get the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service.Method parameters in com.azure.resourcemanager.search.fluent.models with type arguments of type SearchDataExfiltrationProtectionModifier and TypeMethodDescriptionSearchServiceInner.withDataExfiltrationProtections(List<SearchDataExfiltrationProtection> dataExfiltrationProtections) Set the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service.SearchServiceProperties.withDataExfiltrationProtections(List<SearchDataExfiltrationProtection> dataExfiltrationProtections) Set the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service. -
Uses of SearchDataExfiltrationProtection in com.azure.resourcemanager.search.models
Subclasses with type arguments of type SearchDataExfiltrationProtection in com.azure.resourcemanager.search.modelsModifier and TypeClassDescriptionfinal classA specific data exfiltration scenario that is disabled for the service.Fields in com.azure.resourcemanager.search.models declared as SearchDataExfiltrationProtectionModifier and TypeFieldDescriptionstatic final SearchDataExfiltrationProtectionSearchDataExfiltrationProtection.BLOCK_ALLStatic value BlockAll for SearchDataExfiltrationProtection.Methods in com.azure.resourcemanager.search.models that return SearchDataExfiltrationProtectionModifier and TypeMethodDescriptionSearchDataExfiltrationProtection.fromString(String name) Creates or finds a SearchDataExfiltrationProtection from its string representation.Methods in com.azure.resourcemanager.search.models that return types with arguments of type SearchDataExfiltrationProtectionModifier and TypeMethodDescriptionSearchServiceUpdate.dataExfiltrationProtections()Get the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service.SearchDataExfiltrationProtection.values()Gets known SearchDataExfiltrationProtection values.Method parameters in com.azure.resourcemanager.search.models with type arguments of type SearchDataExfiltrationProtectionModifier and TypeMethodDescriptionSearchServiceUpdate.withDataExfiltrationProtections(List<SearchDataExfiltrationProtection> dataExfiltrationProtections) Set the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service.