Class RestorableDroppedManagedDatabaseProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.RestorableDroppedManagedDatabaseProperties
The restorable dropped managed database's properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RestorableDroppedManagedDatabaseProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the creationDate property: The creation date of the database (ISO8601 format).Get the databaseName property: The name of the database.Get the deletionDate property: The deletion date of the database (ISO8601 format).Get the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).voidvalidate()Validates the instance.
-
Constructor Details
-
RestorableDroppedManagedDatabaseProperties
public RestorableDroppedManagedDatabaseProperties()Creates an instance of RestorableDroppedManagedDatabaseProperties class.
-
-
Method Details
-
databaseName
Get the databaseName property: The name of the database.- Returns:
- the databaseName value.
-
creationDate
Get the creationDate property: The creation date of the database (ISO8601 format).- Returns:
- the creationDate value.
-
deletionDate
Get the deletionDate property: The deletion date of the database (ISO8601 format).- Returns:
- the deletionDate value.
-
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.
-