Share via


TieringMode Struct

Definition

Tiering Mode to control automatic tiering of recovery points. Supported values are:

  1. TierRecommended: Tier all recovery points recommended to be tiered
  2. TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
  3. DoNotTier: Do not tier any recovery points
public readonly struct TieringMode : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.TieringMode>
type TieringMode = struct
Public Structure TieringMode
Implements IEquatable(Of TieringMode)
Inheritance
TieringMode
Implements

Constructors

TieringMode(String)

Initializes a new instance of TieringMode.

Properties

DoNotTier

DoNotTier.

Invalid

Invalid.

TierAfter

TierAfter.

TierRecommended

TierRecommended.

Methods

Equals(TieringMode)

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

Determines if two TieringMode values are the same.

Implicit(String to TieringMode)

Converts a string to a TieringMode.

Inequality(TieringMode, TieringMode)

Determines if two TieringMode values are not the same.

Applies to