public class RestorePointInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
RestorePointInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
earliestRestoreDate()
Get the earliestRestoreDate property: The earliest time to which this database can be restored.
|
String |
location()
Get the location property: Resource location.
|
OffsetDateTime |
restorePointCreationDate()
Get the restorePointCreationDate property: The time the backup was taken.
|
String |
restorePointLabel()
Get the restorePointLabel property: The label of restore point for backup request by user.
|
RestorePointType |
restorePointType()
Get the restorePointType property: The type of restore point.
|
void |
validate()
Validates the instance.
|
public String location()
public RestorePointType restorePointType()
public OffsetDateTime earliestRestoreDate()
public OffsetDateTime restorePointCreationDate()
public String restorePointLabel()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.