Uses of Class
com.azure.resourcemanager.frontdoor.models.DynamicCompressionEnabled
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of DynamicCompressionEnabled in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final DynamicCompressionEnabled
DynamicCompressionEnabled.DISABLED
Static value Disabled for DynamicCompressionEnabled.static final DynamicCompressionEnabled
DynamicCompressionEnabled.ENABLED
Static value Enabled for DynamicCompressionEnabled.Modifier and TypeMethodDescriptionCacheConfiguration.dynamicCompression()
Get the dynamicCompression property: Whether to use dynamic compression for cached content.static DynamicCompressionEnabled
DynamicCompressionEnabled.fromString
(String name) Creates or finds a DynamicCompressionEnabled from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DynamicCompressionEnabled>
DynamicCompressionEnabled.values()
Gets known DynamicCompressionEnabled values.Modifier and TypeMethodDescriptionCacheConfiguration.withDynamicCompression
(DynamicCompressionEnabled dynamicCompression) Set the dynamicCompression property: Whether to use dynamic compression for cached content.