Class DynamicCompressionEnabled
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DynamicCompressionEnabled>
com.azure.resourcemanager.frontdoor.models.DynamicCompressionEnabled
public final class DynamicCompressionEnabled
extends com.azure.core.util.ExpandableStringEnum<DynamicCompressionEnabled>
Whether to use dynamic compression for cached content.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DynamicCompressionEnabled
Static value Disabled for DynamicCompressionEnabled.static final DynamicCompressionEnabled
Static value Enabled for DynamicCompressionEnabled. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DynamicCompressionEnabled
fromString
(String name) Creates or finds a DynamicCompressionEnabled from its string representation.static Collection<DynamicCompressionEnabled>
values()
Gets known DynamicCompressionEnabled values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for DynamicCompressionEnabled. -
DISABLED
Static value Disabled for DynamicCompressionEnabled.
-
-
Constructor Details
-
DynamicCompressionEnabled
Deprecated.Use thefromString(String)
factory method.Creates a new instance of DynamicCompressionEnabled value.
-
-
Method Details
-
fromString
Creates or finds a DynamicCompressionEnabled from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding DynamicCompressionEnabled.
-
values
Gets known DynamicCompressionEnabled values.- Returns:
- known DynamicCompressionEnabled values.
-
fromString(String)
factory method.