| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TlsVersion |
RedisResourceInner.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').
|
| Modifier and Type | Method and Description |
|---|---|
RedisCreateProperties |
RedisCreateProperties.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 |
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 |
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').
|
RedisPropertiesInner |
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').
|
| Modifier and Type | Field and Description |
|---|---|
static TlsVersion |
TlsVersion.ONE_ONE
Static value 1.1 for TlsVersion.
|
static TlsVersion |
TlsVersion.ONE_TWO
Static value 1.2 for TlsVersion.
|
static TlsVersion |
TlsVersion.ONE_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 |
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').
|
TlsVersion |
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').
|
TlsVersion |
RedisCache.minimumTlsVersion() |
TlsVersion |
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').
|
| Modifier and Type | Method and Description |
|---|---|
RedisUpdateParameters |
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').
|
RedisCreateParameters |
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').
|
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').
|
RedisCommonProperties |
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').
|
Copyright © 2021 Microsoft Corporation. All rights reserved.