HeaderActionParameters Class
Defines the parameters for the request header 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
-
HeaderActionParameters
Constructor
HeaderActionParameters(*, header_action: Union[str, azure.mgmt.cdn.models._cdn_management_client_enums.HeaderAction], header_name: str, value: Optional[str] = None, **kwargs)
Variables
- type_name
- str
Has constant value: "DeliveryRuleHeaderActionParameters".
- header_action
- str or HeaderAction
Required. Action to perform. Possible values include: "Append", "Overwrite", "Delete".
- header_name
- str
Required. Name of the header to modify.
- value
- str
Value for the specified action.
Attributes
type_name
type_name = 'DeliveryRuleHeaderActionParameters'
Feedback
Submit and view feedback for