Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.MabContainerExtendedInfo
-
Packages that use MabContainerExtendedInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of MabContainerExtendedInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return MabContainerExtendedInfo Modifier and Type Method Description MabContainerExtendedInfo
MabContainer. extendedInfo()
Get the extendedInfo property: Additional information for this container.MabContainerExtendedInfo
MabContainerExtendedInfo. withBackupItems(List<String> backupItems)
Set the backupItems property: List of backup items associated with this container.MabContainerExtendedInfo
MabContainerExtendedInfo. withBackupItemType(BackupItemType backupItemType)
Set the backupItemType property: Type of backup items associated with this container.MabContainerExtendedInfo
MabContainerExtendedInfo. withLastBackupStatus(String lastBackupStatus)
Set the lastBackupStatus property: Latest backup status of this container.MabContainerExtendedInfo
MabContainerExtendedInfo. withLastRefreshedAt(OffsetDateTime lastRefreshedAt)
Set the lastRefreshedAt property: Time stamp when this container was refreshed.MabContainerExtendedInfo
MabContainerExtendedInfo. withPolicyName(String policyName)
Set the policyName property: Backup policy associated with this container.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type MabContainerExtendedInfo Modifier and Type Method Description MabContainer
MabContainer. withExtendedInfo(MabContainerExtendedInfo extendedInfo)
Set the extendedInfo property: Additional information for this container.
-