New-AzCdnUserManagedHttpsParametersObject
Create an in-memory object for UserManagedHttpsParameters.
Syntax
Default (Default)
New-AzCdnUserManagedHttpsParametersObject
-CertificateSourceParameterResourceGroupName <String>
-CertificateSourceParameterSecretName <String>
-CertificateSourceParameterSubscriptionId <String>
-CertificateSourceParameterTypeName <String>
-CertificateSourceParameterVaultName <String>
-CertificateSource <String>
-ProtocolType <String>
[-CertificateSourceParameterSecretVersion <String>]
[-MinimumTlsVersion <String>]
[<CommonParameters>]
Description
Create an in-memory object for UserManagedHttpsParameters.
Examples
Example 1: Create an in-memory object for UrlRedirectAction
New-AzCdnUrlRedirectActionObject -Name rule01 -ParameterRedirectType redirect
Name
----
rule01
Create an in-memory object for UrlRedirectAction
Parameters
-CertificateSource
Defines the source of the SSL certificate.
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
-CertificateSourceParameterResourceGroupName
Resource group of the user's Key Vault containing the SSL certificate.
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
-CertificateSourceParameterSecretName
The name of Key Vault Secret (representing the full certificate PFX) in Key Vault.
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
-CertificateSourceParameterSecretVersion
The version(GUID) of Key Vault Secret in Key Vault.
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
-CertificateSourceParameterSubscriptionId
Subscription Id of the user's Key Vault containing the SSL certificate.
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
-CertificateSourceParameterTypeName
Create an in-memory object for UserManagedHttpsParameters.
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
-CertificateSourceParameterVaultName
The name of the user's Key Vault containing the SSL certificate.
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
-MinimumTlsVersion
TLS protocol version that will be used for Https.
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
-ProtocolType
Defines the TLS extension protocol that is used for secure delivery.
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
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