HeaderActionParameters Class

Defines the parameters for the request header action.

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

Inheritance
azure.mgmt.cdn._serialization.Model
HeaderActionParameters

Constructor

HeaderActionParameters(*, type_name: str | _models.HeaderActionParametersTypeName, header_action: str | _models.HeaderAction, header_name: str, value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type_name

Required. "DeliveryRuleHeaderActionParameters"

header_action

Action to perform. Required. Known values are: "Append", "Overwrite", and "Delete".

header_name
str

Name of the header to modify. Required.

value
str

Value for the specified action.

Variables

Name Description
type_name

Required. "DeliveryRuleHeaderActionParameters"

header_action

Action to perform. Required. Known values are: "Append", "Overwrite", and "Delete".

header_name
str

Name of the header to modify. Required.

value
str

Value for the specified action.