FetchTieringCostInfoContent Class

Definition

Base class for tiering cost request. Specific cost request types are derived from this class. Please note this is the abstract base class. The derived classes available for instantiation are: FetchTieringCostInfoForRehydrationContent, FetchTieringCostSavingsInfoForPolicyContent, FetchTieringCostSavingsInfoForProtectedItemContent, and FetchTieringCostSavingsInfoForVaultContent.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesBackup.Models.UnknownFetchTieringCostInfoRequest))]
public abstract class FetchTieringCostInfoContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoContent>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesBackup.Models.UnknownFetchTieringCostInfoRequest))>]
type FetchTieringCostInfoContent = class
    interface IJsonModel<FetchTieringCostInfoContent>
    interface IPersistableModel<FetchTieringCostInfoContent>
Public MustInherit Class FetchTieringCostInfoContent
Implements IJsonModel(Of FetchTieringCostInfoContent), IPersistableModel(Of FetchTieringCostInfoContent)
Inheritance
FetchTieringCostInfoContent
Derived
Attributes
Implements

Applies to