Dela via


ClusterReliabilityLevel Struct

Definition

The reliability level sets the replica set size of system services. Learn about ReliabilityLevel.

  • None - Run the System services with a target replica set count of 1. This should only be used for test clusters.
  • Bronze - Run the System services with a target replica set count of 3. This should only be used for test clusters.
  • Silver - Run the System services with a target replica set count of 5.
  • Gold - Run the System services with a target replica set count of 7.
  • Platinum - Run the System services with a target replica set count of 9.
public readonly struct ClusterReliabilityLevel : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterReliabilityLevel>
type ClusterReliabilityLevel = struct
Public Structure ClusterReliabilityLevel
Implements IEquatable(Of ClusterReliabilityLevel)
Inheritance
ClusterReliabilityLevel
Implements

Constructors

ClusterReliabilityLevel(String)

Initializes a new instance of ClusterReliabilityLevel.

Properties

Bronze

Bronze.

Gold

Gold.

None

None.

Platinum

Platinum.

Silver

Silver.

Methods

Equals(ClusterReliabilityLevel)

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(ClusterReliabilityLevel, ClusterReliabilityLevel)

Determines if two ClusterReliabilityLevel values are the same.

Implicit(String to ClusterReliabilityLevel)

Converts a string to a ClusterReliabilityLevel.

Inequality(ClusterReliabilityLevel, ClusterReliabilityLevel)

Determines if two ClusterReliabilityLevel values are not the same.

Applies to