DeliveryRuleCacheExpirationAction Class

Defines the cache expiration action for the delivery rule.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.cdn.models._models_py3.DeliveryRuleAction
DeliveryRuleCacheExpirationAction

Constructor

DeliveryRuleCacheExpirationAction(*, parameters: azure.mgmt.cdn.models._models_py3.CacheExpirationActionParameters, **kwargs)

Variables

name
str or DeliveryRuleActionEnum

Required. The name of the action for the delivery rule.Constant filled by server. Possible values include: "CacheExpiration", "CacheKeyQueryString", "ModifyRequestHeader", "ModifyResponseHeader", "UrlRedirect", "UrlRewrite", "UrlSigning", "OriginGroupOverride", "RouteConfigurationOverride".

parameters
CacheExpirationActionParameters

Required. Defines the parameters for the action.