Class DeliveryRuleActionValue
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DeliveryRuleActionValue>
com.azure.resourcemanager.cdn.models.DeliveryRuleActionValue
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class DeliveryRuleActionValue
extends com.azure.core.util.ExpandableStringEnum<DeliveryRuleActionValue>
The name of the action for the delivery rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeliveryRuleActionValueStatic value CacheExpiration for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value CacheKeyQueryString for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value ModifyRequestHeader for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value ModifyResponseHeader for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value OriginGroupOverride for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value RouteConfigurationOverride for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value UrlRedirect for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value UrlRewrite for DeliveryRuleActionValue.static final DeliveryRuleActionValueStatic value UrlSigning for DeliveryRuleActionValue. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeliveryRuleActionValuefromString(String name) Creates or finds a DeliveryRuleActionValue from its string representation.static Collection<DeliveryRuleActionValue> values()Gets known DeliveryRuleActionValue values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CACHE_EXPIRATION
Static value CacheExpiration for DeliveryRuleActionValue. -
CACHE_KEY_QUERY_STRING
Static value CacheKeyQueryString for DeliveryRuleActionValue. -
MODIFY_REQUEST_HEADER
Static value ModifyRequestHeader for DeliveryRuleActionValue. -
MODIFY_RESPONSE_HEADER
Static value ModifyResponseHeader for DeliveryRuleActionValue. -
URL_REDIRECT
Static value UrlRedirect for DeliveryRuleActionValue. -
URL_REWRITE
Static value UrlRewrite for DeliveryRuleActionValue. -
URL_SIGNING
Static value UrlSigning for DeliveryRuleActionValue. -
ORIGIN_GROUP_OVERRIDE
Static value OriginGroupOverride for DeliveryRuleActionValue. -
ROUTE_CONFIGURATION_OVERRIDE
Static value RouteConfigurationOverride for DeliveryRuleActionValue.
-
-
Constructor Details
-
DeliveryRuleActionValue
Deprecated.Use thefromString(String)factory method.Creates a new instance of DeliveryRuleActionValue value.
-
-
Method Details
-
fromString
Creates or finds a DeliveryRuleActionValue from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DeliveryRuleActionValue.
-
values
Gets known DeliveryRuleActionValue values.- Returns:
- known DeliveryRuleActionValue values.
-
fromString(String)factory method.