Uses of Class
com.azure.resourcemanager.cdn.models.AfdMinimumTlsVersion
-
Packages that use AfdMinimumTlsVersion Package Description com.azure.resourcemanager.cdn.models 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 AfdMinimumTlsVersion Modifier and Type Method Description static AfdMinimumTlsVersionAfdMinimumTlsVersion. fromString(String value)Parses a serialized value to a AfdMinimumTlsVersion instance.AfdMinimumTlsVersionAfdDomainHttpsParameters. minimumTlsVersion()Get the minimumTlsVersion property: TLS protocol version that will be used for Https.static AfdMinimumTlsVersionAfdMinimumTlsVersion. valueOf(String name)Returns 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 AfdMinimumTlsVersion Modifier and Type Method Description AfdDomainHttpsParametersAfdDomainHttpsParameters. withMinimumTlsVersion(AfdMinimumTlsVersion minimumTlsVersion)Set the minimumTlsVersion property: TLS protocol version that will be used for Https.
-