RedisEnterpriseClientProtocol 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.
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
RedisEnterpriseClientProtocol(String) |
Initializes a new instance of RedisEnterpriseClientProtocol. |
Properties
Encrypted |
Encrypted. |
PlainText |
Plaintext. |
Methods
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
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
Azure SDK for .NET