FetchTieringCostInfoContent Class
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.
Base class for tiering cost request. Specific cost request types are derived from this class. Please note FetchTieringCostInfoContent is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FetchTieringCostInfoForRehydrationContent, FetchTieringCostSavingsInfoForPolicyContent, FetchTieringCostSavingsInfoForProtectedItemContent and FetchTieringCostSavingsInfoForVaultContent.
public abstract class FetchTieringCostInfoContent
type FetchTieringCostInfoContent = class
Public MustInherit Class FetchTieringCostInfoContent
- Inheritance
-
FetchTieringCostInfoContent
- Derived
Constructors
FetchTieringCostInfoContent(RecoveryPointTierType, RecoveryPointTierType) |
Initializes a new instance of FetchTieringCostInfoContent. |
Properties
SourceTierType |
Source tier for the request. |
TargetTierType |
target tier for the request. |
Applies to
Azure SDK for .NET