Uses of Class
com.microsoft.azure.management.cdn.AFDDomainHttpsParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AFDDomainHttpsParameters in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionAFDDomainUpdateParameters.tlsSettings()
Get the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.AFDDomainHttpsParameters.withCertificateType
(AfdCertificateType certificateType) Set defines the source of the SSL certificate.AFDDomainHttpsParameters.withMinimumTlsVersion
(AfdMinimumTlsVersion minimumTlsVersion) Set tLS protocol version that will be used for Https.AFDDomainHttpsParameters.withSecret
(ResourceReference secret) Set resource reference to the secret.Modifier and TypeMethodDescriptionAFDDomainUpdateParameters.withTlsSettings
(AFDDomainHttpsParameters tlsSettings) Set the configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.