Share via


FetchTieringCostInfoContent Class

Definition

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