UrlRedirectAction Class
Defines the url redirect action for the delivery rule.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.cdn.models._models_py3.DeliveryRuleActionUrlRedirectAction
Constructor
UrlRedirectAction(*, parameters: _models.UrlRedirectActionParameters, **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