Interface RestorePoint
- All Superinterfaces:
HasId
,HasInner<com.microsoft.azure.management.sql.implementation.RestorePointInner>
,HasName
,HasResourceGroup
@Beta(V1_7_0)
public interface RestorePoint
extends HasInner<com.microsoft.azure.management.sql.implementation.RestorePointInner>, HasResourceGroup, HasName, HasId
An immutable client-side representation of an Azure SQL database's Restore Point.
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
org.joda.time.DateTime
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Method Details
-
sqlServerName
String sqlServerName()- Returns:
- name of the SQL Server to which this replication belongs
-
databaseName
String databaseName()- Returns:
- name of the SQL Database to which this replication belongs
-
databaseId
- Returns:
- the ID of the SQL Database to which this replication belongs
-
restorePointType
RestorePointType restorePointType()- Returns:
- the restore point type of the Azure SQL Database restore point.
-
restorePointCreationDate
org.joda.time.DateTime restorePointCreationDate()- Returns:
- restore point creation time (ISO8601 format). Populated when restorePointType = CONTINUOUS. Null otherwise.
-
earliestRestoreDate
org.joda.time.DateTime earliestRestoreDate()- Returns:
- earliest restore time (ISO8601 format). Populated when restorePointType = DISCRETE. Null otherwise.
-