TieringMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tiering Mode to control automatic tiering of recovery points. Supported values are:
- TierRecommended: Tier all recovery points recommended to be tiered
- TierAfter: Tier all recovery points after a fixed period, as specified in duration + durationType below.
- 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
Azure SDK for .NET