RedisEnterpriseKind 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.
Distinguishes the kind of cluster. Read-only.
public readonly struct RedisEnterpriseKind : IEquatable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseKind>
type RedisEnterpriseKind = struct
Public Structure RedisEnterpriseKind
Implements IEquatable(Of RedisEnterpriseKind)
- Inheritance
-
RedisEnterpriseKind
- Implements
Constructors
RedisEnterpriseKind(String) |
Initializes a new instance of RedisEnterpriseKind. |
Properties
V1 |
v1. |
V2 |
v2. |
Methods
Equals(RedisEnterpriseKind) |
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(RedisEnterpriseKind, RedisEnterpriseKind) |
Determines if two RedisEnterpriseKind values are the same. |
Implicit(String to RedisEnterpriseKind) |
Converts a String to a RedisEnterpriseKind. |
Inequality(RedisEnterpriseKind, RedisEnterpriseKind) |
Determines if two RedisEnterpriseKind values are not the same. |