ManagedServiceCorrelationScheme 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.
The service correlation scheme.
public readonly struct ManagedServiceCorrelationScheme : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ManagedServiceCorrelationScheme>
type ManagedServiceCorrelationScheme = struct
Public Structure ManagedServiceCorrelationScheme
Implements IEquatable(Of ManagedServiceCorrelationScheme)
- Inheritance
-
ManagedServiceCorrelationScheme
- Implements
Constructors
ManagedServiceCorrelationScheme(String) |
Initializes a new instance of ManagedServiceCorrelationScheme. |
Properties
AlignedAffinity |
Aligned affinity ensures that the primaries of the partitions of the affinitized services are collocated on the same nodes. This is the default and is the same as selecting the Affinity scheme. The value is 0. |
NonAlignedAffinity |
Non-Aligned affinity guarantees that all replicas of each service will be placed on the same nodes. Unlike Aligned Affinity, this does not guarantee that replicas of particular role will be collocated. The value is 1. |
Methods
Equals(ManagedServiceCorrelationScheme) |
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(ManagedServiceCorrelationScheme, ManagedServiceCorrelationScheme) |
Determines if two ManagedServiceCorrelationScheme values are the same. |
Implicit(String to ManagedServiceCorrelationScheme) |
Converts a string to a ManagedServiceCorrelationScheme. |
Inequality(ManagedServiceCorrelationScheme, ManagedServiceCorrelationScheme) |
Determines if two ManagedServiceCorrelationScheme values are not the same. |
Applies to
Azure SDK for .NET