Uses of Class
com.azure.resourcemanager.cdn.models.CdnManagedHttpsParameters
-
Packages that use CdnManagedHttpsParameters Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CdnManagedHttpsParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CdnManagedHttpsParameters Modifier and Type Method Description CdnManagedHttpsParametersCdnManagedHttpsParameters. withCertificateSourceParameters(CdnCertificateSourceParameters certificateSourceParameters)Set the certificateSourceParameters property: Defines the certificate source parameters using CDN managed certificate for enabling SSL.CdnManagedHttpsParametersCdnManagedHttpsParameters. withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)Set the minimumTlsVersion property: TLS protocol version that will be used for Https.CdnManagedHttpsParametersCdnManagedHttpsParameters. withProtocolType(ProtocolType protocolType)Set the protocolType property: Defines the TLS extension protocol that is used for secure delivery.
-