Class ContinuousBackupInformation
java.lang.Object
com.azure.resourcemanager.cosmos.models.ContinuousBackupInformation
Information about the status of continuous backups.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContinuousBackupInformation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the latestRestorableTimestamp property: The latest restorable timestamp for a resource.voidvalidate()Validates the instance.withLatestRestorableTimestamp(String latestRestorableTimestamp) Set the latestRestorableTimestamp property: The latest restorable timestamp for a resource.
-
Constructor Details
-
ContinuousBackupInformation
public ContinuousBackupInformation()Creates an instance of ContinuousBackupInformation class.
-
-
Method Details
-
latestRestorableTimestamp
Get the latestRestorableTimestamp property: The latest restorable timestamp for a resource.- Returns:
- the latestRestorableTimestamp value.
-
withLatestRestorableTimestamp
Set the latestRestorableTimestamp property: The latest restorable timestamp for a resource.- Parameters:
latestRestorableTimestamp- the latestRestorableTimestamp value to set.- Returns:
- the ContinuousBackupInformation object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-