New-AzCdnManagedHttpsParametersObject
Create an in-memory object for CdnManagedHttpsParameters.
PowerShell
New-AzCdnManagedHttpsParametersObject
-CertificateSourceParameterCertificateType <CertificateType>
-CertificateSource <CertificateSource>
-ProtocolType <ProtocolType>
[-MinimumTlsVersion <MinimumTlsVersion>]
[<CommonParameters>]
Create an in-memory object for CdnManagedHttpsParameters.
PowerShell
New-AzCdnManagedHttpsParametersObject -CertificateSourceParameterCertificateType Dedicated -CertificateSource Cdn -ProtocolType ServerNameIndication
CertificateSource MinimumTlsVersion ProtocolType
----------------- ----------------- ------------
Cdn TLS12
Create an in-memory object for AzureCDN CdnManagedHttpsParameters
Defines the source of the SSL certificate.
Type: | CertificateSource |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Type of certificate used.
Type: | CertificateType |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
TLS protocol version that will be used for Https.
Type: | MinimumTlsVersion |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Defines the TLS extension protocol that is used for secure delivery.
Type: | ProtocolType |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
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 feedback
Azure PowerShell is an open source project. Select a link to provide feedback: