Note

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

Access to this page requires authorization. You can try .

New-AzCdnUrlSigningActionObject

Module:
Az.Cdn Module

Create an in-memory object for UrlSigningAction.

Syntax

Default (Default)

New-AzCdnUrlSigningActionObject
 -ParameterTypeName <String>
 [-ParameterAlgorithm <String>]
 [-ParameterNameOverride <IUrlSigningParamIdentifier[]>]
 [<CommonParameters>]

Description

Create an in-memory object for UrlSigningAction.

Examples

Example 1: Create an in-memory object for UrlSigningAction

New-AzCdnUrlSigningActionObject -Name action01
Name
----
action01

Create an in-memory object for UrlSigningAction

Parameters

-ParameterAlgorithm

Algorithm to use for URL signing.

Parameter properties

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

Parameter sets

-ParameterNameOverride

Defines which query string parameters in the url to be considered for expires, key id etc. .

Parameter properties

Type:

IUrlSigningParamIdentifier[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ParameterTypeName

Create an in-memory object for UrlSigningAction.

Parameter properties

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

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

UrlSigningAction


Feedback

Was this page helpful?