Class RestorableDroppedDatabaseInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.sql.fluent.models.RestorableDroppedDatabaseInner
-
public class RestorableDroppedDatabaseInner extends com.azure.core.management.ProxyResourceA restorable dropped database.
-
-
Constructor Summary
Constructors Constructor Description RestorableDroppedDatabaseInner()
-
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).Stringedition()Get the edition property: The edition of the database.StringelasticPoolName()Get the elasticPoolName property: The elastic pool name of the database.Stringlocation()Get the location property: The geo-location where the resource lives.StringmaxSizeBytes()Get the maxSizeBytes property: The max size in bytes of the database.StringserviceLevelObjective()Get the serviceLevelObjective property: The service level objective name of the database.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
location
public String location()
Get the location property: The geo-location where the resource lives.- Returns:
- the location value.
-
databaseName
public String databaseName()
Get the databaseName property: The name of the database.- Returns:
- the databaseName value.
-
edition
public String edition()
Get the edition property: The edition of the database.- Returns:
- the edition value.
-
maxSizeBytes
public String maxSizeBytes()
Get the maxSizeBytes property: The max size in bytes of the database.- Returns:
- the maxSizeBytes value.
-
serviceLevelObjective
public String serviceLevelObjective()
Get the serviceLevelObjective property: The service level objective name of the database.- Returns:
- the serviceLevelObjective value.
-
elasticPoolName
public String elasticPoolName()
Get the elasticPoolName property: The elastic pool name of the database.- Returns:
- the elasticPoolName 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.
-
-