Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ProtectedItemState
-
Packages that use ProtectedItemState Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ProtectedItemState in com.azure.resourcemanager.recoveryservicesbackup.models
Fields in com.azure.resourcemanager.recoveryservicesbackup.models declared as ProtectedItemState Modifier and Type Field Description static ProtectedItemState
ProtectedItemState. INVALID
Static value Invalid for ProtectedItemState.static ProtectedItemState
ProtectedItemState. IRPENDING
Static value IRPending for ProtectedItemState.static ProtectedItemState
ProtectedItemState. PROTECTED
Static value Protected for ProtectedItemState.static ProtectedItemState
ProtectedItemState. PROTECTION_ERROR
Static value ProtectionError for ProtectedItemState.static ProtectedItemState
ProtectedItemState. PROTECTION_PAUSED
Static value ProtectionPaused for ProtectedItemState.static ProtectedItemState
ProtectedItemState. PROTECTION_STOPPED
Static value ProtectionStopped for ProtectedItemState.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ProtectedItemState Modifier and Type Method Description static ProtectedItemState
ProtectedItemState. fromString(String name)
Creates or finds a ProtectedItemState from its string representation.ProtectedItemState
AzureSqlProtectedItem. protectionState()
Get the protectionState property: Backup state of the backed up item.ProtectedItemState
DpmProtectedItem. protectionState()
Get the protectionState property: Protection state of the backup engine.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ProtectedItemState Modifier and Type Method Description static Collection<ProtectedItemState>
ProtectedItemState. values()
Gets known ProtectedItemState values.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ProtectedItemState Modifier and Type Method Description AzureSqlProtectedItem
AzureSqlProtectedItem. withProtectionState(ProtectedItemState protectionState)
Set the protectionState property: Backup state of the backed up item.DpmProtectedItem
DpmProtectedItem. withProtectionState(ProtectedItemState protectionState)
Set the protectionState property: Protection state of the backup engine.
-