RedisEnterpriseTlsVersion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The minimum TLS version for the cluster to support, e.g. '1.2' Serialized Name: TlsVersion
public readonly struct RedisEnterpriseTlsVersion : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseTlsVersion>
type RedisEnterpriseTlsVersion = struct
Public Structure RedisEnterpriseTlsVersion
Implements IEquatable(Of RedisEnterpriseTlsVersion)
- Inheritance
-
RedisEnterpriseTlsVersion
- Implements
Constructors
RedisEnterpriseTlsVersion(String) |
Initializes a new instance of RedisEnterpriseTlsVersion. |
Properties
Tls1_0 |
1.0 Serialized Name: TlsVersion.1.0 |
Tls1_1 |
1.1 Serialized Name: TlsVersion.1.1 |
Tls1_2 |
1.2 Serialized Name: TlsVersion.1.2 |
Methods
Equals(RedisEnterpriseTlsVersion) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RedisEnterpriseTlsVersion, RedisEnterpriseTlsVersion) |
Determines if two RedisEnterpriseTlsVersion values are the same. |
Implicit(String to RedisEnterpriseTlsVersion) |
Converts a string to a RedisEnterpriseTlsVersion. |
Inequality(RedisEnterpriseTlsVersion, RedisEnterpriseTlsVersion) |
Determines if two RedisEnterpriseTlsVersion values are not the same. |
Applies to
Azure SDK for .NET