Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureIaaSvmProtectedItemExtendedInfo
-
Packages that use AzureIaaSvmProtectedItemExtendedInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureIaaSvmProtectedItemExtendedInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureIaaSvmProtectedItemExtendedInfo Modifier and Type Method Description AzureIaaSvmProtectedItemExtendedInfo
AzureIaaSvmProtectedItem. extendedInfo()
Get the extendedInfo property: Additional information for this backup item.AzureIaaSvmProtectedItemExtendedInfo
AzureIaaSvmProtectedItemExtendedInfo. withOldestRecoveryPoint(OffsetDateTime oldestRecoveryPoint)
Set the oldestRecoveryPoint property: The oldest backup copy available for this backup item.AzureIaaSvmProtectedItemExtendedInfo
AzureIaaSvmProtectedItemExtendedInfo. withPolicyInconsistent(Boolean policyInconsistent)
Set the policyInconsistent property: Specifies if backup policy associated with the backup item is inconsistent.AzureIaaSvmProtectedItemExtendedInfo
AzureIaaSvmProtectedItemExtendedInfo. 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 AzureIaaSvmProtectedItemExtendedInfo Modifier and Type Method Description AzureIaaSClassicComputeVMProtectedItem
AzureIaaSClassicComputeVMProtectedItem. withExtendedInfo(AzureIaaSvmProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.AzureIaaSComputeVMProtectedItem
AzureIaaSComputeVMProtectedItem. withExtendedInfo(AzureIaaSvmProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.AzureIaaSvmProtectedItem
AzureIaaSvmProtectedItem. withExtendedInfo(AzureIaaSvmProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.
-