Share via


RedisTlsVersion Struct

Definition

Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2') Serialized Name: TlsVersion

public readonly struct RedisTlsVersion : IEquatable<Azure.ResourceManager.Redis.Models.RedisTlsVersion>
type RedisTlsVersion = struct
Public Structure RedisTlsVersion
Implements IEquatable(Of RedisTlsVersion)
Inheritance
RedisTlsVersion
Implements

Constructors

RedisTlsVersion(String)

Initializes a new instance of RedisTlsVersion.

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(RedisTlsVersion)

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(RedisTlsVersion, RedisTlsVersion)

Determines if two RedisTlsVersion values are the same.

Implicit(String to RedisTlsVersion)

Converts a string to a RedisTlsVersion.

Inequality(RedisTlsVersion, RedisTlsVersion)

Determines if two RedisTlsVersion values are not the same.

Applies to