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