public class RestorableDroppedManagedDatabaseInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
RestorableDroppedManagedDatabaseInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
creationDate()
Get the creationDate property: The creation date of the database (ISO8601 format).
|
String |
databaseName()
Get the databaseName property: The name of the database.
|
OffsetDateTime |
deletionDate()
Get the deletionDate property: The deletion date of the database (ISO8601 format).
|
OffsetDateTime |
earliestRestoreDate()
Get the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).
|
void |
validate()
Validates the instance.
|
public RestorableDroppedManagedDatabaseInner()
public String databaseName()
public OffsetDateTime creationDate()
public OffsetDateTime deletionDate()
public OffsetDateTime earliestRestoreDate()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.