RecoverableDatabaseProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. RecoverableDatabaseProperties
- com.
Implements
public final class RecoverableDatabaseProperties
implements JsonSerializable<RecoverableDatabaseProperties>
The recoverable database's properties.
Constructor Summary
| Constructor | Description |
|---|---|
| RecoverableDatabaseProperties() |
Creates an instance of Recoverable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
edition()
Get the edition property: The edition of the database. |
| String |
elasticPoolName()
Get the elastic |
|
static
Recoverable |
fromJson(JsonReader jsonReader)
Reads an instance of Recoverable |
|
Offset |
lastAvailableBackupDate()
Get the last |
| String |
serviceLevelObjective()
Get the service |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
RecoverableDatabaseProperties
public RecoverableDatabaseProperties()
Creates an instance of RecoverableDatabaseProperties class.
Method Details
edition
public String edition()
Get the edition property: The edition of the database.
Returns:
elasticPoolName
public String elasticPoolName()
Get the elasticPoolName property: The elastic pool name of the database.
Returns:
fromJson
public static RecoverableDatabaseProperties fromJson(JsonReader jsonReader)
Reads an instance of RecoverableDatabaseProperties from the JsonReader.
Parameters:
Returns:
Throws:
lastAvailableBackupDate
public OffsetDateTime lastAvailableBackupDate()
Get the lastAvailableBackupDate property: The last available backup date.
Returns:
serviceLevelObjective
public String serviceLevelObjective()
Get the serviceLevelObjective property: The service level objective name of the database.
Returns:
toJson
validate
public void validate()
Validates the instance.