RestorableDroppedManagedDatabaseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. sql. fluent. models. RestorableDroppedManagedDatabaseInner
- com.
- com.
- com.
public final class RestorableDroppedManagedDatabaseInner
extends Resource
A restorable dropped managed database resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
creationDate()
Get the creation |
| String |
databaseName()
Get the database |
|
Offset |
deletionDate()
Get the deletion |
|
Offset |
earliestRestoreDate()
Get the earliest |
|
static
Restorable |
fromJson(JsonReader jsonReader)
Reads an instance of Restorable |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
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 Resource
Methods inherited from java.lang.Object
Method Details
creationDate
public OffsetDateTime creationDate()
Get the creationDate property: The creation date of the database (ISO8601 format).
Returns:
databaseName
public String databaseName()
Get the databaseName property: The name of the database.
Returns:
deletionDate
public OffsetDateTime deletionDate()
Get the deletionDate property: The deletion date of the database (ISO8601 format).
Returns:
earliestRestoreDate
public OffsetDateTime earliestRestoreDate()
Get the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).
Returns:
fromJson
public static RestorableDroppedManagedDatabaseInner fromJson(JsonReader jsonReader)
Reads an instance of RestorableDroppedManagedDatabaseInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RestorableDroppedManagedDatabaseInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RestorableDroppedManagedDatabaseInner.name()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:
RestorableDroppedManagedDatabaseInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RestorableDroppedManagedDatabaseInner.type()Returns:
validate
public void validate()
Validates the instance.