RecoverableDatabaseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. sql. fluent. models. RecoverableDatabaseInner
- com.
- com.
public final class RecoverableDatabaseInner
extends ProxyResource
A recoverable database resource.
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 |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Map<String,Database |
keys()
Get the keys property: The resource ids of the user assigned identities to use. |
|
Offset |
lastAvailableBackupDate()
Get the last |
| String |
name()
Get the name property: The name of the resource. |
| String |
serviceLevelObjective()
Get the service |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
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 RecoverableDatabaseInner fromJson(JsonReader jsonReader)
Reads an instance of RecoverableDatabaseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RecoverableDatabaseInner.id()Returns:
keys
public Map<String,DatabaseKey> keys()
Get the keys property: The resource ids of the user assigned identities to use.
Returns:
lastAvailableBackupDate
public OffsetDateTime lastAvailableBackupDate()
Get the lastAvailableBackupDate property: The last available backup date.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RecoverableDatabaseInner.name()Returns:
serviceLevelObjective
public String serviceLevelObjective()
Get the serviceLevelObjective property: The service level objective name of the database.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RecoverableDatabaseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RecoverableDatabaseInner.type()Returns:
validate
public void validate()
Validates the instance.