Uses of Class
com.azure.resourcemanager.cdn.models.MinimumTlsVersion
-
Packages that use MinimumTlsVersion Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of MinimumTlsVersion in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return MinimumTlsVersion Modifier and Type Method Description static MinimumTlsVersionMinimumTlsVersion. fromString(String value)Parses a serialized value to a MinimumTlsVersion instance.MinimumTlsVersionCustomDomainHttpsParameters. minimumTlsVersion()Get the minimumTlsVersion property: TLS protocol version that will be used for Https.static MinimumTlsVersionMinimumTlsVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static MinimumTlsVersion[]MinimumTlsVersion. 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 MinimumTlsVersion Modifier and Type Method Description CdnManagedHttpsParametersCdnManagedHttpsParameters. withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)Set the minimumTlsVersion property: TLS protocol version that will be used for Https.CustomDomainHttpsParametersCustomDomainHttpsParameters. withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)Set the minimumTlsVersion property: TLS protocol version that will be used for Https.UserManagedHttpsParametersUserManagedHttpsParameters. withMinimumTlsVersion(MinimumTlsVersion minimumTlsVersion)Set the minimumTlsVersion property: TLS protocol version that will be used for Https.
-