Uses of Class
com.microsoft.azure.management.redis.TlsVersion
Packages that use TlsVersion
Package
Description
This package contains the classes for RedisManagementClient.
-
Uses of TlsVersion in com.microsoft.azure.management.redis
Fields in com.microsoft.azure.management.redis declared as TlsVersionModifier and TypeFieldDescriptionstatic final TlsVersionTlsVersion.ONE_FULL_STOP_ONEStatic value 1.1 for TlsVersion.static final TlsVersionTlsVersion.ONE_FULL_STOP_TWOStatic value 1.2 for TlsVersion.static final TlsVersionTlsVersion.ONE_FULL_STOP_ZEROStatic value 1.0 for TlsVersion.Methods in com.microsoft.azure.management.redis that return TlsVersionModifier and TypeMethodDescriptionstatic TlsVersionTlsVersion.fromString(String name) Creates or finds a TlsVersion from its string representation.RedisCache.minimumTlsVersion()RedisCreateParameters.minimumTlsVersion()Get the minimumTlsVersion value.RedisUpdateParameters.minimumTlsVersion()Get the minimumTlsVersion value.Methods in com.microsoft.azure.management.redis that return types with arguments of type TlsVersionMethods in com.microsoft.azure.management.redis with parameters of type TlsVersionModifier and TypeMethodDescriptionRedisCache.DefinitionStages.WithCreate.withMinimumTlsVersion(TlsVersion tlsVersion) Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisCache.Update.withMinimumTlsVersion(TlsVersion tlsVersion) Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisCreateParameters.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Set the minimumTlsVersion value.RedisUpdateParameters.withMinimumTlsVersion(TlsVersion minimumTlsVersion) Set the minimumTlsVersion value.