public final class DeliveryRuleActionValue extends com.azure.core.util.ExpandableStringEnum<DeliveryRuleActionValue>
| Modifier and Type | Field and Description |
|---|---|
static DeliveryRuleActionValue |
CACHE_EXPIRATION
Static value CacheExpiration for DeliveryRuleActionValue.
|
static DeliveryRuleActionValue |
CACHE_KEY_QUERY_STRING
Static value CacheKeyQueryString for DeliveryRuleActionValue.
|
static DeliveryRuleActionValue |
MODIFY_REQUEST_HEADER
Static value ModifyRequestHeader for DeliveryRuleActionValue.
|
static DeliveryRuleActionValue |
MODIFY_RESPONSE_HEADER
Static value ModifyResponseHeader for DeliveryRuleActionValue.
|
static DeliveryRuleActionValue |
URL_REDIRECT
Static value UrlRedirect for DeliveryRuleActionValue.
|
static DeliveryRuleActionValue |
URL_REWRITE
Static value UrlRewrite for DeliveryRuleActionValue.
|
static DeliveryRuleActionValue |
URL_SIGNING
Static value UrlSigning for DeliveryRuleActionValue.
|
| Constructor and Description |
|---|
DeliveryRuleActionValue() |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryRuleActionValue |
fromString(String name)
Creates or finds a DeliveryRuleActionValue from its string representation.
|
static Collection<DeliveryRuleActionValue> |
values() |
public static final DeliveryRuleActionValue CACHE_EXPIRATION
public static final DeliveryRuleActionValue CACHE_KEY_QUERY_STRING
public static final DeliveryRuleActionValue MODIFY_REQUEST_HEADER
public static final DeliveryRuleActionValue MODIFY_RESPONSE_HEADER
public static final DeliveryRuleActionValue URL_REDIRECT
public static final DeliveryRuleActionValue URL_REWRITE
public static final DeliveryRuleActionValue URL_SIGNING
public static DeliveryRuleActionValue fromString(String name)
name - a name to look for.public static Collection<DeliveryRuleActionValue> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.