DeliveryRuleRouteConfigurationOverrideAction Class
Defines the route configuration override action for the delivery rule. Only applicable to Frontdoor Standard/Premium Profiles.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.DeliveryRuleActionDeliveryRuleRouteConfigurationOverrideAction
Constructor
DeliveryRuleRouteConfigurationOverrideAction(*, parameters: _models.RouteConfigurationOverrideActionParameters, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
parameters
|
Defines the parameters for the action. Required. |
Variables
Name | Description |
---|---|
name
|
The name of the action for the delivery rule. Required. Known values are: "CacheExpiration", "CacheKeyQueryString", "ModifyRequestHeader", "ModifyResponseHeader", "UrlRedirect", "UrlRewrite", "UrlSigning", "OriginGroupOverride", and "RouteConfigurationOverride". |
parameters
|
Defines the parameters for the action. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python