Condividi tramite


ClusterDurabilityLevel Struct

Definition

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

  • Bronze - No privileges. This is the default.
  • Silver - The infrastructure jobs can be paused for a duration of 10 minutes per UD.
  • 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.
public readonly struct ClusterDurabilityLevel : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ClusterDurabilityLevel>
type ClusterDurabilityLevel = struct
Public Structure ClusterDurabilityLevel
Implements IEquatable(Of ClusterDurabilityLevel)
Inheritance
ClusterDurabilityLevel
Implements

Constructors

ClusterDurabilityLevel(String)

Initializes a new instance of ClusterDurabilityLevel.

Properties

Bronze

Bronze.

Gold

Gold.

Silver

Silver.

Methods

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

Equality(ClusterDurabilityLevel, ClusterDurabilityLevel)

Determines if two ClusterDurabilityLevel values are the same.

Implicit(String to ClusterDurabilityLevel)

Converts a string to a ClusterDurabilityLevel.

Inequality(ClusterDurabilityLevel, ClusterDurabilityLevel)

Determines if two ClusterDurabilityLevel values are not the same.

Applies to