ClusterDurabilityLevel Struct

Definition

The durability level of the node type. Learn about DurabilityLevel.

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

Constructors

Name Description
ClusterDurabilityLevel(String)

Initializes a new instance of ClusterDurabilityLevel.

Properties

Name Description
Bronze

No privileges. This is the default.

Gold

The infrastructure jobs can be paused for a duration of 2 hours per UD. Gold durability can be enabled only on full node VM skus like D15_V2, G5 etc.

Silver

The infrastructure jobs can be paused for a duration of 10 minutes per UD.

Methods

Name Description
Equals(ClusterDurabilityLevel)

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

Determines if two ClusterDurabilityLevel values are the same.

Implicit(String to ClusterDurabilityLevel)

Converts a string to a ClusterDurabilityLevel.

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

Determines if two ClusterDurabilityLevel values are not the same.

Applies to