ClusteringPolicy 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.
Clustering policy - default is OSSCluster. Specified at create time.
public readonly struct ClusteringPolicy : IEquatable<Azure.ResourceManager.RedisEnterpriseCache.Models.ClusteringPolicy>
type ClusteringPolicy = struct
Public Structure ClusteringPolicy
Implements IEquatable(Of ClusteringPolicy)
- Inheritance
-
ClusteringPolicy
- Implements
Constructors
ClusteringPolicy(String) |
Initializes a new instance of ClusteringPolicy. |
Properties
EnterpriseCluster |
EnterpriseCluster. |
OSSCluster |
OSSCluster. |
Methods
Equals(ClusteringPolicy) |
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(ClusteringPolicy, ClusteringPolicy) |
Determines if two ClusteringPolicy values are the same. |
Implicit(String to ClusteringPolicy) |
Converts a string to a ClusteringPolicy. |
Inequality(ClusteringPolicy, ClusteringPolicy) |
Determines if two ClusteringPolicy values are not the same. |
Applies to
Azure SDK for .NET