RestorePoint Interface
public interface RestorePoint
An immutable client-side representation of RestorePoint.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
earliestRestoreDate()
Gets the earliest |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Restore |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: Resource location. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Offset |
restorePointCreationDate()
Gets the restore |
| abstract String |
restorePointLabel()
Gets the restore |
|
abstract
Restore |
restorePointType()
Gets the restore |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
earliestRestoreDate
public abstract OffsetDateTime earliestRestoreDate()
Gets the earliestRestoreDate property: The earliest time to which this database can be restored.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RestorePointInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.RestorePointInner object.
Returns:
location
public abstract String location()
Gets the location property: Resource location.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
restorePointCreationDate
public abstract OffsetDateTime restorePointCreationDate()
Gets the restorePointCreationDate property: The time the backup was taken.
Returns:
restorePointLabel
public abstract String restorePointLabel()
Gets the restorePointLabel property: The label of restore point for backup request by user.
Returns:
restorePointType
public abstract RestorePointType restorePointType()
Gets the restorePointType property: The type of restore point.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: