Class RestorableDroppedManagedDatabaseInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.sql.fluent.models.RestorableDroppedManagedDatabaseInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class RestorableDroppedManagedDatabaseInner
extends com.azure.core.management.Resource
A restorable dropped managed database resource.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RestorableDroppedManagedDatabaseInner 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.withLocation(String location) Methods inherited from class com.azure.core.management.Resource
fromJson, location, tags, toJsonMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
RestorableDroppedManagedDatabaseInner
public RestorableDroppedManagedDatabaseInner()Creates an instance of RestorableDroppedManagedDatabaseInner class.
-
-
Method Details
-
withLocation
- Overrides:
withLocationin classcom.azure.core.management.Resource
-
withTags
- Overrides:
withTagsin classcom.azure.core.management.Resource
-
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.
-