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
Subclasses with type arguments of type DeliveryRuleActionValue in com.azure.resourcemanager.cdn.modelsModifier and TypeClassDescriptionfinal classThe name of the action for the delivery rule.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.DeliveryRuleAction.name()Get the name property: The name of the action for the delivery rule.DeliveryRuleCacheExpirationAction.name()Get the name property: The name of the action for the delivery rule.DeliveryRuleCacheKeyQueryStringAction.name()Get the name property: The name of the action for the delivery rule.DeliveryRuleRequestHeaderAction.name()Get the name property: The name of the action for the delivery rule.DeliveryRuleResponseHeaderAction.name()Get the name property: The name of the action for the delivery rule.DeliveryRuleRouteConfigurationOverrideAction.name()Get the name property: The name of the action for the delivery rule.OriginGroupOverrideAction.name()Get the name property: The name of the action for the delivery rule.UrlRedirectAction.name()Get the name property: The name of the action for the delivery rule.UrlRewriteAction.name()Get the name property: The name of the action for the delivery rule.UrlSigningAction.name()Get the name property: The name of the action for the delivery rule.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.