Edit

New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject

Create an in-memory object for UrlSigningKeyParameters.

Syntax

Default (Default)

New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject
    -KeyId <String>
    [-SecretSourceId <String>]
    [-SecretVersion <String>]
    [-Type <String>]
    [<CommonParameters>]

Description

Create an in-memory object for UrlSigningKeyParameters.

Examples

Example 1: Create an in-memory object for UrlSigningKeyParameters

New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject -KeyId keyId01 -Type Byoc -SecretVersion v1.0
KeyId   SecretVersion
-----   -------------
keyId01 v1.0

Create an in-memory object for UrlSigningKeyParameters.

Parameters

-KeyId

Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.

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

-SecretSourceId

Resource ID.

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

-SecretVersion

Version of the secret to be used.

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

-Type

Type.

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.

Outputs

UrlSigningKeyParameters