Uses of Class
com.azure.resourcemanager.cdn.models.DeliveryRuleActionValue
Packages that use DeliveryRuleActionValue
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of DeliveryRuleActionValue in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as DeliveryRuleActionValueModifier and TypeFieldDescriptionstatic final DeliveryRuleActionValueDeliveryRuleActionValue.CACHE_EXPIRATIONStatic value CacheExpiration for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.CACHE_KEY_QUERY_STRINGStatic value CacheKeyQueryString for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.MODIFY_REQUEST_HEADERStatic value ModifyRequestHeader for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.MODIFY_RESPONSE_HEADERStatic value ModifyResponseHeader for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.ORIGIN_GROUP_OVERRIDEStatic value OriginGroupOverride for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.ROUTE_CONFIGURATION_OVERRIDEStatic value RouteConfigurationOverride for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.URL_REDIRECTStatic value UrlRedirect for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.URL_REWRITEStatic value UrlRewrite for DeliveryRuleActionValue.static final DeliveryRuleActionValueDeliveryRuleActionValue.URL_SIGNINGStatic value UrlSigning for DeliveryRuleActionValue.Methods in com.azure.resourcemanager.cdn.models that return DeliveryRuleActionValueModifier and TypeMethodDescriptionstatic DeliveryRuleActionValueDeliveryRuleActionValue.fromString(String name) Creates or finds a DeliveryRuleActionValue from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type DeliveryRuleActionValueModifier and TypeMethodDescriptionstatic Collection<DeliveryRuleActionValue>DeliveryRuleActionValue.values()Gets known DeliveryRuleActionValue values.