CacheKeyQueryStringActionParameters Class

Defines the parameters for the cache-key query string action.

Constructor

CacheKeyQueryStringActionParameters(*args: Any, **kwargs: Any)

Variables

Name Description
query_string_behavior

Caching behavior for the requests. Required. Known values are: "Include", "IncludeAll", "Exclude", and "ExcludeAll".

query_parameters
str

query parameters to include or exclude (comma separated).

type_name
str or <xref:azure.mgmt.cdn.models.DELIVERY_RULE_CACHE_KEY_QUERY_STRING_BEHAVIOR_ACTION_PARAMETERS>

Required. DELIVERY_RULE_CACHE_KEY_QUERY_STRING_BEHAVIOR_ACTION_PARAMETERS.

Attributes

query_parameters

query parameters to include or exclude (comma separated).

query_parameters: str | None

query_string_behavior

"Include", "IncludeAll", "Exclude", and "ExcludeAll".

query_string_behavior: str | _models.QueryStringBehavior

type_name

Required. DELIVERY_RULE_CACHE_KEY_QUERY_STRING_BEHAVIOR_ACTION_PARAMETERS.

type_name: DELIVERY_RULE_CACHE_KEY_QUERY_STRING_BEHAVIOR_ACTION_PARAMETERS: 'DeliveryRuleCacheKeyQueryStringBehaviorActionParameters'>]