RestorePointInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. RestorePointInner
- com.
- com.
public final class RestorePointInner
extends ProxyResource
Database restore points.
Constructor Summary
Constructor | Description |
---|---|
RestorePointInner() |
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 |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
location()
Get the location property: Resource location. |
String |
name()
Get the name property: The name of the resource. |
Offset |
restorePointCreationDate()
Get the restore |
String |
restorePointLabel()
Get the restore |
Restore |
restorePointType()
Get the restore |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
RestorePointInner
public RestorePointInner()
Creates an instance of RestorePointInner 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 RestorePointInner fromJson(JsonReader jsonReader)
Reads an instance of RestorePointInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RestorePointInner.id()Returns:
location
public String location()
Get the location property: Resource location.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RestorePointInner.name()Returns:
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
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RestorePointInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RestorePointInner.type()Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java