RestorableDroppedManagedDatabaseProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. RestorableDroppedManagedDatabaseProperties
- com.
Implements
public final class RestorableDroppedManagedDatabaseProperties
implements JsonSerializable<RestorableDroppedManagedDatabaseProperties>
The restorable dropped managed database's properties.
Constructor Summary
| Constructor | Description |
|---|---|
| RestorableDroppedManagedDatabaseProperties() |
Creates an instance of Restorable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
creationDate()
Get the creation |
| String |
databaseName()
Get the database |
|
Offset |
deletionDate()
Get the deletion |
|
Offset |
earliestRestoreDate()
Get the earliest |
|
static
Restorable |
fromJson(JsonReader jsonReader)
Reads an instance of Restorable |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RestorableDroppedManagedDatabaseProperties
public RestorableDroppedManagedDatabaseProperties()
Creates an instance of RestorableDroppedManagedDatabaseProperties class.
Method Details
creationDate
public OffsetDateTime creationDate()
Get the creationDate property: The creation date of the database (ISO8601 format).
Returns:
databaseName
public String databaseName()
Get the databaseName property: The name of the database.
Returns:
deletionDate
public OffsetDateTime deletionDate()
Get the deletionDate property: The deletion date of the database (ISO8601 format).
Returns:
earliestRestoreDate
public OffsetDateTime earliestRestoreDate()
Get the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).
Returns:
fromJson
public static RestorableDroppedManagedDatabaseProperties fromJson(JsonReader jsonReader)
Reads an instance of RestorableDroppedManagedDatabaseProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.