Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureSqlProtectedItemExtendedInfo
-
Packages that use AzureSqlProtectedItemExtendedInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureSqlProtectedItemExtendedInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureSqlProtectedItemExtendedInfo Modifier and Type Method Description AzureSqlProtectedItemExtendedInfo
AzureSqlProtectedItem. extendedInfo()
Get the extendedInfo property: Additional information for this backup item.AzureSqlProtectedItemExtendedInfo
AzureSqlProtectedItemExtendedInfo. withOldestRecoveryPoint(OffsetDateTime oldestRecoveryPoint)
Set the oldestRecoveryPoint property: The oldest backup copy available for this item in the service.AzureSqlProtectedItemExtendedInfo
AzureSqlProtectedItemExtendedInfo. withPolicyState(String policyState)
Set the policyState property: State of the backup policy associated with this backup item.AzureSqlProtectedItemExtendedInfo
AzureSqlProtectedItemExtendedInfo. withRecoveryPointCount(Integer recoveryPointCount)
Set the recoveryPointCount property: Number of available backup copies associated with this backup item.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type AzureSqlProtectedItemExtendedInfo Modifier and Type Method Description AzureSqlProtectedItem
AzureSqlProtectedItem. withExtendedInfo(AzureSqlProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this backup item.
-