Uses of Class
com.azure.resourcemanager.frontdoor.models.DynamicCompressionEnabled
Packages that use DynamicCompressionEnabled
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of DynamicCompressionEnabled in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as DynamicCompressionEnabledModifier and TypeFieldDescriptionstatic final DynamicCompressionEnabledDynamicCompressionEnabled.DISABLEDStatic value Disabled for DynamicCompressionEnabled.static final DynamicCompressionEnabledDynamicCompressionEnabled.ENABLEDStatic value Enabled for DynamicCompressionEnabled.Methods in com.azure.resourcemanager.frontdoor.models that return DynamicCompressionEnabledModifier and TypeMethodDescriptionCacheConfiguration.dynamicCompression()Get the dynamicCompression property: Whether to use dynamic compression for cached content.static DynamicCompressionEnabledDynamicCompressionEnabled.fromString(String name) Creates or finds a DynamicCompressionEnabled from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type DynamicCompressionEnabledModifier and TypeMethodDescriptionstatic Collection<DynamicCompressionEnabled>DynamicCompressionEnabled.values()Gets known DynamicCompressionEnabled values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type DynamicCompressionEnabledModifier and TypeMethodDescriptionCacheConfiguration.withDynamicCompression(DynamicCompressionEnabled dynamicCompression) Set the dynamicCompression property: Whether to use dynamic compression for cached content.