Share via


Protocol Struct

Definition

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

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

Constructors

Protocol(String)

Initializes a new instance of Protocol.

Properties

Encrypted

Encrypted.

Plaintext

Plaintext.

Methods

Equals(Protocol)

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

Determines if two Protocol values are the same.

Implicit(String to Protocol)

Converts a string to a Protocol.

Inequality(Protocol, Protocol)

Determines if two Protocol values are not the same.

Applies to