Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

New-AzCdnDeliveryRuleResponseHeaderActionObject

Module:
Az.Cdn Module

Create an in-memory object for DeliveryRuleResponseHeaderAction.

Syntax

Default (Default)

New-AzCdnDeliveryRuleResponseHeaderActionObject
 -ParameterHeaderAction <String>
 -ParameterHeaderName <String>
 -ParameterTypeName <String>
 [-ParameterValue <String>]
 [<CommonParameters>]

Description

Create an in-memory object for DeliveryRuleResponseHeaderAction.

Examples

Example 1: Create an in-memory object for AzureCDN DeliveryRuleResponseHeaderAction

New-AzCdnDeliveryRuleResponseHeaderActionObject -Name ModifyResponseHeader -ParameterHeaderAction Append -ParameterHeaderName a1 -ParameterValue a1
Name
----
ModifyResponseHeader

Create an in-memory object for AzureCDN DeliveryRuleResponseHeaderAction

Parameters

-ParameterHeaderAction

Action to perform.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ParameterHeaderName

Name of the header to modify.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ParameterTypeName

Create an in-memory object for DeliveryRuleResponseHeaderAction.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:Name

Parameter sets

-ParameterValue

Value for the specified action.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

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.

Outputs

DeliveryRuleResponseHeaderAction


Feedback

Was this page helpful?