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