Class DeliveryRuleActionValue
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<DeliveryRuleActionValue>
-
- com.azure.resourcemanager.cdn.models.DeliveryRuleActionValue
-
public final class DeliveryRuleActionValue extends com.azure.core.util.ExpandableStringEnum<DeliveryRuleActionValue>
Defines values for DeliveryRuleActionValue.
-
-
Field Summary
Fields Modifier and Type Field Description static DeliveryRuleActionValueCACHE_EXPIRATIONStatic value CacheExpiration for DeliveryRuleActionValue.static DeliveryRuleActionValueCACHE_KEY_QUERY_STRINGStatic value CacheKeyQueryString for DeliveryRuleActionValue.static DeliveryRuleActionValueMODIFY_REQUEST_HEADERStatic value ModifyRequestHeader for DeliveryRuleActionValue.static DeliveryRuleActionValueMODIFY_RESPONSE_HEADERStatic value ModifyResponseHeader for DeliveryRuleActionValue.static DeliveryRuleActionValueORIGIN_GROUP_OVERRIDEStatic value OriginGroupOverride for DeliveryRuleActionValue.static DeliveryRuleActionValueROUTE_CONFIGURATION_OVERRIDEStatic value RouteConfigurationOverride for DeliveryRuleActionValue.static DeliveryRuleActionValueURL_REDIRECTStatic value UrlRedirect for DeliveryRuleActionValue.static DeliveryRuleActionValueURL_REWRITEStatic value UrlRewrite for DeliveryRuleActionValue.static DeliveryRuleActionValueURL_SIGNINGStatic value UrlSigning for DeliveryRuleActionValue.
-
Constructor Summary
Constructors Constructor Description DeliveryRuleActionValue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeliveryRuleActionValuefromString(String name)Creates or finds a DeliveryRuleActionValue from its string representation.static Collection<DeliveryRuleActionValue>values()
-
-
-
Field Detail
-
CACHE_EXPIRATION
public static final DeliveryRuleActionValue CACHE_EXPIRATION
Static value CacheExpiration for DeliveryRuleActionValue.
-
CACHE_KEY_QUERY_STRING
public static final DeliveryRuleActionValue CACHE_KEY_QUERY_STRING
Static value CacheKeyQueryString for DeliveryRuleActionValue.
-
MODIFY_REQUEST_HEADER
public static final DeliveryRuleActionValue MODIFY_REQUEST_HEADER
Static value ModifyRequestHeader for DeliveryRuleActionValue.
-
MODIFY_RESPONSE_HEADER
public static final DeliveryRuleActionValue MODIFY_RESPONSE_HEADER
Static value ModifyResponseHeader for DeliveryRuleActionValue.
-
URL_REDIRECT
public static final DeliveryRuleActionValue URL_REDIRECT
Static value UrlRedirect for DeliveryRuleActionValue.
-
URL_REWRITE
public static final DeliveryRuleActionValue URL_REWRITE
Static value UrlRewrite for DeliveryRuleActionValue.
-
URL_SIGNING
public static final DeliveryRuleActionValue URL_SIGNING
Static value UrlSigning for DeliveryRuleActionValue.
-
ORIGIN_GROUP_OVERRIDE
public static final DeliveryRuleActionValue ORIGIN_GROUP_OVERRIDE
Static value OriginGroupOverride for DeliveryRuleActionValue.
-
ROUTE_CONFIGURATION_OVERRIDE
public static final DeliveryRuleActionValue ROUTE_CONFIGURATION_OVERRIDE
Static value RouteConfigurationOverride for DeliveryRuleActionValue.
-
-
Method Detail
-
fromString
public static DeliveryRuleActionValue fromString(String name)
Creates or finds a DeliveryRuleActionValue from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DeliveryRuleActionValue.
-
values
public static Collection<DeliveryRuleActionValue> values()
- Returns:
- known DeliveryRuleActionValue values.
-
-