Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointTierStatus
-
Packages that use RecoveryPointTierStatus Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of RecoveryPointTierStatus in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return RecoveryPointTierStatus Modifier and Type Method Description static RecoveryPointTierStatus
RecoveryPointTierStatus. fromString(String value)
Parses a serialized value to a RecoveryPointTierStatus instance.RecoveryPointTierStatus
RecoveryPointTierInformation. status()
Get the status property: Recovery point tier status.static RecoveryPointTierStatus
RecoveryPointTierStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static RecoveryPointTierStatus[]
RecoveryPointTierStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type RecoveryPointTierStatus Modifier and Type Method Description RecoveryPointTierInformation
RecoveryPointTierInformation. withStatus(RecoveryPointTierStatus status)
Set the status property: Recovery point tier status.RecoveryPointTierInformationV2
RecoveryPointTierInformationV2. withStatus(RecoveryPointTierStatus status)
Set the status property: Recovery point tier status.
-