Package | Description |
---|---|
com.microsoft.azure.management.redis |
This package contains the classes for RedisManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static TlsVersion |
TlsVersion.ONE_FULL_STOP_ONE
Static value 1.1 for TlsVersion.
|
static TlsVersion |
TlsVersion.ONE_FULL_STOP_TWO
Static value 1.2 for TlsVersion.
|
static TlsVersion |
TlsVersion.ONE_FULL_STOP_ZERO
Static value 1.0 for TlsVersion.
|
Modifier and Type | Method and Description |
---|---|
static TlsVersion |
TlsVersion.fromString(String name)
Creates or finds a TlsVersion from its string representation.
|
TlsVersion |
RedisCache.minimumTlsVersion() |
TlsVersion |
RedisUpdateParameters.minimumTlsVersion()
Get the minimumTlsVersion value.
|
TlsVersion |
RedisCreateParameters.minimumTlsVersion()
Get the minimumTlsVersion value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<TlsVersion> |
TlsVersion.values() |
Modifier and Type | Method and Description |
---|---|
RedisCache.DefinitionStages.WithCreate |
RedisCache.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 |
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').
|
RedisUpdateParameters |
RedisUpdateParameters.withMinimumTlsVersion(TlsVersion minimumTlsVersion)
Set the minimumTlsVersion value.
|
RedisCreateParameters |
RedisCreateParameters.withMinimumTlsVersion(TlsVersion minimumTlsVersion)
Set the minimumTlsVersion value.
|
Copyright © 2019. All rights reserved.