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.ModelHeaderActionParameters
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
|
str or
HeaderAction
Action to perform. Required. Known values are: "Append", "Overwrite", and "Delete". |
header_name
|
Name of the header to modify. Required. |
value
|
Value for the specified action. |
Variables
Name | Description |
---|---|
type_name
|
Required. "DeliveryRuleHeaderActionParameters" |
header_action
|
str or
HeaderAction
Action to perform. Required. Known values are: "Append", "Overwrite", and "Delete". |
header_name
|
Name of the header to modify. Required. |
value
|
Value for the specified action. |
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