ClusterReliabilityLevel Struct

Definition

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

public readonly struct ClusterReliabilityLevel : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterReliabilityLevel>
type ClusterReliabilityLevel = struct
Public Structure ClusterReliabilityLevel
Implements IEquatable(Of ClusterReliabilityLevel)
Inheritance
ClusterReliabilityLevel
Implements

Constructors

Name Description
ClusterReliabilityLevel(String)

Initializes a new instance of ClusterReliabilityLevel.

Properties

Name Description
Bronze

Run the System services with a target replica set count of 3. This should only be used for test clusters.

Gold

Run the System services with a target replica set count of 7.

None

Run the System services with a target replica set count of 1. This should only be used for test clusters.

Platinum

Run the System services with a target replica set count of 9.

Silver

Run the System services with a target replica set count of 5.

Methods

Name Description
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

Name Description
Equality(ClusterReliabilityLevel, ClusterReliabilityLevel)

Determines if two ClusterReliabilityLevel values are the same.

Implicit(String to ClusterReliabilityLevel)

Converts a string to a ClusterReliabilityLevel.

Implicit(String to Nullable<ClusterReliabilityLevel>)
Inequality(ClusterReliabilityLevel, ClusterReliabilityLevel)

Determines if two ClusterReliabilityLevel values are not the same.

Applies to