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

Name Description
TieringMode(String)

Initializes a new instance of TieringMode.

Properties

Name Description
DoNotTier

Gets the DoNotTier.

Invalid

Gets the Invalid.

TierAfter

Gets the TierAfter.

TierRecommended

Gets the TierRecommended.

Methods

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

Name Description
Equality(TieringMode, TieringMode)

Determines if two TieringMode values are the same.

Implicit(String to Nullable<TieringMode>)
Implicit(String to TieringMode)

Converts a string to a TieringMode.

Inequality(TieringMode, TieringMode)

Determines if two TieringMode values are not the same.

Applies to