Class RestorableDroppedManagedDatabaseInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.sql.fluent.models.RestorableDroppedManagedDatabaseInner
-
public class RestorableDroppedManagedDatabaseInner extends com.azure.core.management.ResourceA restorable dropped managed database resource.
-
-
Constructor Summary
Constructors Constructor Description RestorableDroppedManagedDatabaseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTimecreationDate()Get the creationDate property: The creation date of the database (ISO8601 format).StringdatabaseName()Get the databaseName property: The name of the database.OffsetDateTimedeletionDate()Get the deletionDate property: The deletion date of the database (ISO8601 format).OffsetDateTimeearliestRestoreDate()Get the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).voidvalidate()Validates the instance.
-
-
-
Method Detail
-
databaseName
public String databaseName()
Get the databaseName property: The name of the database.- Returns:
- the databaseName value.
-
creationDate
public OffsetDateTime creationDate()
Get the creationDate property: The creation date of the database (ISO8601 format).- Returns:
- the creationDate value.
-
deletionDate
public OffsetDateTime deletionDate()
Get the deletionDate property: The deletion date of the database (ISO8601 format).- Returns:
- the deletionDate value.
-
earliestRestoreDate
public OffsetDateTime earliestRestoreDate()
Get the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).- Returns:
- the earliestRestoreDate value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-