New-AzCdnManagedHttpsParametersObject
Create an in-memory object for CdnManagedHttpsParameters.
Syntax
Default (Default)
New-AzCdnManagedHttpsParametersObject
-CertificateSourceParameterCertificateType <String>
-CertificateSourceParameterTypeName <String>
-ProtocolType <String>
-CertificateSource <String>
[-MinimumTlsVersion <String>]
[<CommonParameters>]
Description
Create an in-memory object for CdnManagedHttpsParameters.
Examples
Example 1: Create an in-memory object for AzureCDN CdnManagedHttpsParameters
New-AzCdnManagedHttpsParametersObject -CertificateSourceParameterCertificateType Dedicated -CertificateSource Cdn -ProtocolType ServerNameIndication
CertificateSource MinimumTlsVersion ProtocolType
----------------- ----------------- ------------
Cdn TLS12
Create an in-memory object for AzureCDN CdnManagedHttpsParameters
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
-CertificateSourceParameterCertificateType
Type of certificate used.
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 CdnManagedHttpsParameters.
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