Class RestorePointInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.sql.fluent.models.RestorePointInner
-
public class RestorePointInner extends com.azure.core.management.ProxyResourceDatabase restore points.
-
-
Constructor Summary
Constructors Constructor Description RestorePointInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimeearliestRestoreDate()Get the earliestRestoreDate property: The earliest time to which this database can be restored.Stringlocation()Get the location property: Resource location.OffsetDateTimerestorePointCreationDate()Get the restorePointCreationDate property: The time the backup was taken.StringrestorePointLabel()Get the restorePointLabel property: The label of restore point for backup request by user.RestorePointTyperestorePointType()Get the restorePointType property: The type of restore point.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
location
public String location()
Get the location property: Resource location.- Returns:
- the location value.
-
restorePointType
public RestorePointType restorePointType()
Get the restorePointType property: The type of restore point.- Returns:
- the restorePointType value.
-
earliestRestoreDate
public OffsetDateTime earliestRestoreDate()
Get the earliestRestoreDate property: The earliest time to which this database can be restored.- Returns:
- the earliestRestoreDate value.
-
restorePointCreationDate
public OffsetDateTime restorePointCreationDate()
Get the restorePointCreationDate property: The time the backup was taken.- Returns:
- the restorePointCreationDate value.
-
restorePointLabel
public String restorePointLabel()
Get the restorePointLabel property: The label of restore point for backup request by user.- Returns:
- the restorePointLabel value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-