Uses of Class
com.azure.resourcemanager.dataprotection.models.RehydrationStatus
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of RehydrationStatus in com.azure.resourcemanager.dataprotection.models
Modifier and TypeFieldDescriptionstatic final RehydrationStatus
RehydrationStatus.COMPLETED
Static value COMPLETED for RehydrationStatus.static final RehydrationStatus
RehydrationStatus.CREATE_IN_PROGRESS
Static value CREATE_IN_PROGRESS for RehydrationStatus.static final RehydrationStatus
RehydrationStatus.DELETE_IN_PROGRESS
Static value DELETE_IN_PROGRESS for RehydrationStatus.static final RehydrationStatus
RehydrationStatus.DELETED
Static value DELETED for RehydrationStatus.static final RehydrationStatus
RehydrationStatus.FAILED
Static value FAILED for RehydrationStatus.Modifier and TypeMethodDescriptionstatic RehydrationStatus
RehydrationStatus.fromString
(String name) Creates or finds a RehydrationStatus from its string representation.RecoveryPointDataStoreDetails.rehydrationStatus()
Get the rehydrationStatus property: The rehydrationStatus property.Modifier and TypeMethodDescriptionstatic Collection<RehydrationStatus>
RehydrationStatus.values()
Gets known RehydrationStatus values.