Uses of Enum Class
com.microsoft.azure.management.cdn.MinimumTlsVersion
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of MinimumTlsVersion in com.microsoft.azure.management.cdn
Modifier and TypeMethodDescriptionstatic MinimumTlsVersion
MinimumTlsVersion.fromString
(String value) Parses a serialized value to a MinimumTlsVersion instance.CustomDomainHttpsParameters.minimumTlsVersion()
Get tLS protocol version that will be used for Https.static MinimumTlsVersion
Returns the enum constant of this class with the specified name.static MinimumTlsVersion[]
MinimumTlsVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCustomDomainHttpsParameters.withMinimumTlsVersion
(MinimumTlsVersion minimumTlsVersion) Set tLS protocol version that will be used for Https.