RouteConfigurationOverrideActionParameters Class

Defines the parameters for the route configuration override action.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
RouteConfigurationOverrideActionParameters

Constructor

RouteConfigurationOverrideActionParameters(*, origin_group_override: Optional[azure.mgmt.cdn.models._models_py3.OriginGroupOverride] = None, cache_configuration: Optional[azure.mgmt.cdn.models._models_py3.CacheConfiguration] = None, **kwargs)

Variables

type_name
str

Has constant value: "DeliveryRuleRouteConfigurationOverrideActionParameters".

origin_group_override
OriginGroupOverride

A reference to the origin group override configuration. Leave empty to use the default origin group on route.

cache_configuration
CacheConfiguration

The caching configuration associated with this rule. To disable caching, do not provide a cacheConfiguration object.

Attributes

type_name

type_name = 'DeliveryRuleRouteConfigurationOverrideActionParameters'