Share via


ClusteringPolicy Struct

Definition

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