New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject
Create an in-memory object for UrlSigningKeyParameters.
Syntax
New-AzFrontDoorCdnSecretUrlSigningKeyParametersObject
-KeyId <String>
-Type <SecretType>
[-SecretSourceId <String>]
[-SecretVersion <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.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SecretSourceId
Resource ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SecretVersion
Version of the secret to be used.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Type
The type of the secret resource.
Type: | SecretType |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell