Uses of Enum
com.azure.resourcemanager.cdn.models.AfdMinimumTlsVersion
Packages that use AfdMinimumTlsVersion
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of AfdMinimumTlsVersion in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdMinimumTlsVersionModifier and TypeMethodDescriptionstatic AfdMinimumTlsVersionAfdMinimumTlsVersion.fromString(String value) Parses a serialized value to a AfdMinimumTlsVersion instance.AfdDomainHttpsParameters.minimumTlsVersion()Get the minimumTlsVersion property: TLS protocol version that will be used for Https.static AfdMinimumTlsVersionReturns the enum constant of this type with the specified name.static AfdMinimumTlsVersion[]AfdMinimumTlsVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.cdn.models with parameters of type AfdMinimumTlsVersionModifier and TypeMethodDescriptionAfdDomainHttpsParameters.withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion) Set the minimumTlsVersion property: TLS protocol version that will be used for Https.