RestorePointProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. RestorePointProperties
- com.
Implements
public final class RestorePointProperties
implements JsonSerializable<RestorePointProperties>
Properties of a database restore point.
Constructor Summary
| Constructor | Description |
|---|---|
| RestorePointProperties() |
Creates an instance of Restore |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
earliestRestoreDate()
Get the earliest |
|
static
Restore |
fromJson(JsonReader jsonReader)
Reads an instance of Restore |
|
Offset |
restorePointCreationDate()
Get the restore |
| String |
restorePointLabel()
Get the restore |
|
Restore |
restorePointType()
Get the restore |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RestorePointProperties
public RestorePointProperties()
Creates an instance of RestorePointProperties class.
Method Details
earliestRestoreDate
public OffsetDateTime earliestRestoreDate()
Get the earliestRestoreDate property: The earliest time to which this database can be restored.
Returns:
fromJson
public static RestorePointProperties fromJson(JsonReader jsonReader)
Reads an instance of RestorePointProperties from the JsonReader.
Parameters:
Returns:
Throws:
restorePointCreationDate
public OffsetDateTime restorePointCreationDate()
Get the restorePointCreationDate property: The time the backup was taken.
Returns:
restorePointLabel
public String restorePointLabel()
Get the restorePointLabel property: The label of restore point for backup request by user.
Returns:
restorePointType
public RestorePointType restorePointType()
Get the restorePointType property: The type of restore point.
Returns:
toJson
validate
public void validate()
Validates the instance.