RestorableDroppedSqlPoolInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. synapse. fluent. models. RestorableDroppedSqlPoolInner
- com.
- com.
public final class RestorableDroppedSqlPoolInner
extends ProxyResource
A restorable dropped Sql pool.
Constructor Summary
| Constructor | Description |
|---|---|
| RestorableDroppedSqlPoolInner() |
Creates an instance of Restorable |
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 |
| String |
edition()
Get the edition property: The edition of the database. |
| String |
elasticPoolName()
Get the elastic |
|
static
Restorable |
fromJson(JsonReader jsonReader)
Reads an instance of Restorable |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
location()
Get the location property: The geo-location where the resource lives. |
| String |
maxSizeBytes()
Get the max |
| String |
name()
Get the name property: The name of the resource. |
| String |
serviceLevelObjective()
Get the service |
|
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
Constructor Details
RestorableDroppedSqlPoolInner
public RestorableDroppedSqlPoolInner()
Creates an instance of RestorableDroppedSqlPoolInner class.
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:
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 RestorableDroppedSqlPoolInner fromJson(JsonReader jsonReader)
Reads an instance of RestorableDroppedSqlPoolInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
RestorableDroppedSqlPoolInner.id()Returns:
location
public String location()
Get the location property: The geo-location where the resource lives.
Returns:
maxSizeBytes
public String maxSizeBytes()
Get the maxSizeBytes property: The max size in bytes of the database.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
RestorableDroppedSqlPoolInner.name()Returns:
serviceLevelObjective
public String serviceLevelObjective()
Get the serviceLevelObjective property: The service level objective name of the database.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RestorableDroppedSqlPoolInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
RestorableDroppedSqlPoolInner.type()Returns:
validate
public void validate()
Validates the instance.