Uses of Class
com.azure.resourcemanager.dataprotection.models.Status
Package
Description
Package containing the data models for DataProtectionClient.
-
Uses of Status in com.azure.resourcemanager.dataprotection.models
Modifier and TypeFieldDescriptionstatic final Status
Status.CONFIGURING_PROTECTION
Static value ConfiguringProtection for Status.static final Status
Static value ConfiguringProtectionFailed for Status.static final Status
Status.PROTECTION_CONFIGURED
Static value ProtectionConfigured for Status.static final Status
Status.PROTECTION_STOPPED
Static value ProtectionStopped for Status.static final Status
Status.SOFT_DELETED
Static value SoftDeleted for Status.static final Status
Status.SOFT_DELETING
Static value SoftDeleting for Status.Modifier and TypeMethodDescriptionstatic Status
Status.fromString
(String name) Creates or finds a Status from its string representation.ProtectionStatusDetails.status()
Get the status property: Specifies the protection status of the resource.Modifier and TypeMethodDescriptionstatic Collection<Status>
Status.values()
Gets known Status values.Modifier and TypeMethodDescriptionProtectionStatusDetails.withStatus
(Status status) Set the status property: Specifies the protection status of the resource.