Uses of Class
com.azure.resourcemanager.redis.models.TlsVersion
Packages that use TlsVersion
Package
Description
Package containing the inner data models for RedisManagementClient.
Package containing the data models for RedisManagementClient.
-
Uses of TlsVersion in com.azure.resourcemanager.redis.fluent.models
Methods in com.azure.resourcemanager.redis.fluent.models that return TlsVersionModifier and TypeMethodDescriptionRedisResourceInner.minimumTlsVersion()
Get the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').Methods in com.azure.resourcemanager.redis.fluent.models with parameters of type TlsVersionModifier and TypeMethodDescriptionRedisCreateProperties.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisPropertiesInner.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisResourceInner.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisUpdateProperties.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2'). -
Uses of TlsVersion in com.azure.resourcemanager.redis.models
Fields in com.azure.resourcemanager.redis.models declared as TlsVersionModifier and TypeFieldDescriptionstatic final TlsVersion
TlsVersion.ONE_ONE
Static value 1.1 for TlsVersion.static final TlsVersion
TlsVersion.ONE_TWO
Static value 1.2 for TlsVersion.static final TlsVersion
TlsVersion.ONE_ZERO
Static value 1.0 for TlsVersion.Methods in com.azure.resourcemanager.redis.models that return TlsVersionModifier and TypeMethodDescriptionstatic TlsVersion
TlsVersion.fromString
(String name) Creates or finds a TlsVersion from its string representation.RedisCache.minimumTlsVersion()
Gets the minimum TLS version (or higher) that clients require to use.RedisCommonProperties.minimumTlsVersion()
Get the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisCreateParameters.minimumTlsVersion()
Get the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisUpdateParameters.minimumTlsVersion()
Get the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').Methods in com.azure.resourcemanager.redis.models that return types with arguments of type TlsVersionModifier and TypeMethodDescriptionstatic Collection
<TlsVersion> TlsVersion.values()
Gets known TlsVersion values.Methods in com.azure.resourcemanager.redis.models 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').RedisCommonProperties.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: 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 property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').RedisUpdateParameters.withMinimumTlsVersion
(TlsVersion minimumTlsVersion) Set the minimumTlsVersion property: Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').