Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureFileshareProtectedItemExtendedInfo
-
Packages that use AzureFileshareProtectedItemExtendedInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureFileshareProtectedItemExtendedInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureFileshareProtectedItemExtendedInfo Modifier and Type Method Description AzureFileshareProtectedItemExtendedInfo
AzureFileshareProtectedItem. extendedInfo()
Get the extendedInfo property: Additional information with this backup item.AzureFileshareProtectedItemExtendedInfo
AzureFileshareProtectedItemExtendedInfo. withOldestRecoveryPoint(OffsetDateTime oldestRecoveryPoint)
Set the oldestRecoveryPoint property: The oldest backup copy available for this item in the service.AzureFileshareProtectedItemExtendedInfo
AzureFileshareProtectedItemExtendedInfo. withPolicyState(String policyState)
Set the policyState property: Indicates consistency of policy object and policy applied to this backup item.AzureFileshareProtectedItemExtendedInfo
AzureFileshareProtectedItemExtendedInfo. 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 AzureFileshareProtectedItemExtendedInfo Modifier and Type Method Description AzureFileshareProtectedItem
AzureFileshareProtectedItem. withExtendedInfo(AzureFileshareProtectedItemExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information with this backup item.
-