Class ContinuousBackupInformation
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.ContinuousBackupInformation
-
public final class ContinuousBackupInformation extends Object
Information about the status of continuous backups.
-
-
Constructor Summary
Constructors Constructor Description ContinuousBackupInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringlatestRestorableTimestamp()Get the latestRestorableTimestamp property: The latest restorable timestamp for a resource.voidvalidate()Validates the instance.ContinuousBackupInformationwithLatestRestorableTimestamp(String latestRestorableTimestamp)Set the latestRestorableTimestamp property: The latest restorable timestamp for a resource.
-
-
-
Method Detail
-
latestRestorableTimestamp
public String latestRestorableTimestamp()
Get the latestRestorableTimestamp property: The latest restorable timestamp for a resource.- Returns:
- the latestRestorableTimestamp value.
-
withLatestRestorableTimestamp
public ContinuousBackupInformation withLatestRestorableTimestamp(String latestRestorableTimestamp)
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.
-
-