Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureVmWorkloadProtectedItemExtendedInfo
-
Packages that use AzureVmWorkloadProtectedItemExtendedInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureVmWorkloadProtectedItemExtendedInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureVmWorkloadProtectedItemExtendedInfo Modifier and Type Method Description AzureVmWorkloadProtectedItemExtendedInfo
AzureVmWorkloadProtectedItem. extendedInfo()
Get the extendedInfo property: Additional information for this backup item.AzureVmWorkloadProtectedItemExtendedInfo
AzureVmWorkloadProtectedItemExtendedInfo. withOldestRecoveryPoint(OffsetDateTime oldestRecoveryPoint)
Set the oldestRecoveryPoint property: The oldest backup copy available for this backup item.AzureVmWorkloadProtectedItemExtendedInfo
AzureVmWorkloadProtectedItemExtendedInfo. withPolicyState(String policyState)
Set the policyState property: Indicates consistency of policy object and policy applied to this backup item.AzureVmWorkloadProtectedItemExtendedInfo
AzureVmWorkloadProtectedItemExtendedInfo. withRecoveryModel(String recoveryModel)
Set the recoveryModel property: Indicates consistency of policy object and policy applied to this backup item.AzureVmWorkloadProtectedItemExtendedInfo
AzureVmWorkloadProtectedItemExtendedInfo. withRecoveryPointCount(Integer recoveryPointCount)
Set the recoveryPointCount property: Number of backup copies available for this backup item.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type AzureVmWorkloadProtectedItemExtendedInfo Modifier and Type Method Description AzureVmWorkloadProtectedItem
AzureVmWorkloadProtectedItem. withExtendedInfo(AzureVmWorkloadProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.AzureVmWorkloadSapAseDatabaseProtectedItem
AzureVmWorkloadSapAseDatabaseProtectedItem. withExtendedInfo(AzureVmWorkloadProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.AzureVmWorkloadSapHanaDatabaseProtectedItem
AzureVmWorkloadSapHanaDatabaseProtectedItem. withExtendedInfo(AzureVmWorkloadProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.AzureVmWorkloadSqlDatabaseProtectedItem
AzureVmWorkloadSqlDatabaseProtectedItem. withExtendedInfo(AzureVmWorkloadProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.
-