FetchTieringCostInfoForRehydrationContent 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.
Request parameters for fetching cost info of rehydration.
public class FetchTieringCostInfoForRehydrationContent : Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoForRehydrationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.FetchTieringCostInfoForRehydrationContent>
type FetchTieringCostInfoForRehydrationContent = class
inherit FetchTieringCostInfoContent
interface IJsonModel<FetchTieringCostInfoForRehydrationContent>
interface IPersistableModel<FetchTieringCostInfoForRehydrationContent>
Public Class FetchTieringCostInfoForRehydrationContent
Inherits FetchTieringCostInfoContent
Implements IJsonModel(Of FetchTieringCostInfoForRehydrationContent), IPersistableModel(Of FetchTieringCostInfoForRehydrationContent)
- Inheritance
- Implements
Constructors
Properties
ContainerName |
Name of the protected item container. |
ProtectedItemName |
Name of the protectedItemName. |
RecoveryPointId |
ID of the backup copy for rehydration cost info needs to be fetched. |
RehydrationPriority |
Rehydration Priority. |
SourceTierType |
Source tier for the request. (Inherited from FetchTieringCostInfoContent) |
TargetTierType |
target tier for the request. (Inherited from FetchTieringCostInfoContent) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |