Freigeben über


RedisEnterpriseClientProtocol Struct

Definition

Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.

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

Constructors

Name Description
RedisEnterpriseClientProtocol(String)

Initializes a new instance of RedisEnterpriseClientProtocol.

Properties

Name Description
Encrypted

Encrypted.

PlainText

Plaintext.

Methods

Name Description
Equals(RedisEnterpriseClientProtocol)

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

Name Description
Equality(RedisEnterpriseClientProtocol, RedisEnterpriseClientProtocol)

Determines if two RedisEnterpriseClientProtocol values are the same.

Implicit(String to RedisEnterpriseClientProtocol)

Converts a String to a RedisEnterpriseClientProtocol.

Inequality(RedisEnterpriseClientProtocol, RedisEnterpriseClientProtocol)

Determines if two RedisEnterpriseClientProtocol values are not the same.

Applies to