DeliveryRuleActionValue Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. DeliveryRuleActionValue
- com.
- com.
public final class DeliveryRuleActionValue
extends ExpandableStringEnum<DeliveryRuleActionValue>
The name of the action for the delivery rule.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Delivery |
CACHE_EXPIRATION
Static value Cache |
static final
Delivery |
CACHE_KEY_QUERY_STRING
Static value Cache |
static final
Delivery |
MODIFY_REQUEST_HEADER
Static value Modify |
static final
Delivery |
MODIFY_RESPONSE_HEADER
Static value Modify |
static final
Delivery |
ORIGIN_GROUP_OVERRIDE
Static value Origin |
static final
Delivery |
ROUTE_CONFIGURATION_OVERRIDE
Static value Route |
static final
Delivery |
URL_REDIRECT
Static value Url |
static final
Delivery |
URL_REWRITE
Static value Url |
static final
Delivery |
URL_SIGNING
Static value Url |
Constructor Summary
Constructor | Description |
---|---|
DeliveryRuleActionValue() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delivery |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Delivery |
fromString(String name)
Creates or finds a Delivery |
static
Collection<Delivery |
values()
Gets known Delivery |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
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.
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.
Constructor Details
DeliveryRuleActionValue
@Deprecated
public DeliveryRuleActionValue()
Deprecated
Creates a new instance of DeliveryRuleActionValue value.
Method Details
fromString
public static DeliveryRuleActionValue fromString(String name)
Creates or finds a DeliveryRuleActionValue from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DeliveryRuleActionValue values.
Returns: