Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointTierInformation
-
Packages that use RecoveryPointTierInformation Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPointTierInformation in com.azure.resourcemanager.recoveryservicesbackup.models
Subclasses of RecoveryPointTierInformation in com.azure.resourcemanager.recoveryservicesbackup.models Modifier and Type Class Description class
RecoveryPointTierInformationV2
RecoveryPoint Tier Information V2.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPointTierInformation Modifier and Type Method Description RecoveryPointTierInformation
RecoveryPointTierInformation. withExtendedInfo(Map<String,String> extendedInfo)
Set the extendedInfo property: Recovery point tier status.RecoveryPointTierInformation
RecoveryPointTierInformation. withStatus(RecoveryPointTierStatus status)
Set the status property: Recovery point tier status.RecoveryPointTierInformation
RecoveryPointTierInformation. withType(RecoveryPointTierType type)
Set the type property: Recovery point tier type.
-