New-AzFrontDoorCdnRuleRequestHeaderActionObject
Create an in-memory object for DeliveryRuleRequestHeaderAction.
Syntax
Default (Default)
New-AzFrontDoorCdnRuleRequestHeaderActionObject
-ParameterHeaderAction <String>
-ParameterHeaderName <String>
-ParameterTypeName <String>
[-ParameterValue <String>]
[<CommonParameters>]
Description
Create an in-memory object for DeliveryRuleRequestHeaderAction.
Examples
Example 1: Create an in-memory object for DeliveryRuleRequestHeaderAction
New-AzFrontDoorCdnRuleRequestHeaderActionObject -Name ModifyRequestHeader -ParameterHeaderAction Append -ParameterHeaderName a1 -ParameterValue a1
Name
----
ModifyRequestHeader
Create an in-memory object for DeliveryRuleRequestHeaderAction
Parameters
-ParameterHeaderAction
Action to perform.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterHeaderName
Name of the header to modify.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterTypeName
Create an in-memory object for DeliveryRuleRequestHeaderAction.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | Name |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ParameterValue
Value for the specified action.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.