public class RecoverableDatabaseInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
RecoverableDatabaseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
edition()
Get the edition property: The edition of the database.
|
String |
elasticPoolName()
Get the elasticPoolName property: The elastic pool name of the database.
|
OffsetDateTime |
lastAvailableBackupDate()
Get the lastAvailableBackupDate property: The last available backup date of the database (ISO8601 format).
|
String |
serviceLevelObjective()
Get the serviceLevelObjective property: The service level objective name of the database.
|
void |
validate()
Validates the instance.
|
public String edition()
public String serviceLevelObjective()
public String elasticPoolName()
public OffsetDateTime lastAvailableBackupDate()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.