Uses of Class
com.microsoft.azure.management.cdn.AFDDomainHttpsParameters
Packages that use AFDDomainHttpsParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of AFDDomainHttpsParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return AFDDomainHttpsParametersModifier 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.Methods in com.microsoft.azure.management.cdn with parameters of type AFDDomainHttpsParametersModifier 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.