RestorableDroppedSqlPool Interface
public interface RestorableDroppedSqlPool
An immutable client-side representation of RestorableDroppedSqlPool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
creationDate()
Gets the creation |
| abstract String |
databaseName()
Gets the database |
|
abstract
Offset |
deletionDate()
Gets the deletion |
|
abstract
Offset |
earliestRestoreDate()
Gets the earliest |
| abstract String |
edition()
Gets the edition property: The edition of the database. |
| abstract String |
elasticPoolName()
Gets the elastic |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Restorable |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
maxSizeBytes()
Gets the max |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
serviceLevelObjective()
Gets the service |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
creationDate
public abstract OffsetDateTime creationDate()
Gets the creationDate property: The creation date of the database (ISO8601 format).
Returns:
databaseName
public abstract String databaseName()
Gets the databaseName property: The name of the database.
Returns:
deletionDate
public abstract OffsetDateTime deletionDate()
Gets the deletionDate property: The deletion date of the database (ISO8601 format).
Returns:
earliestRestoreDate
public abstract OffsetDateTime earliestRestoreDate()
Gets the earliestRestoreDate property: The earliest restore date of the database (ISO8601 format).
Returns:
edition
public abstract String edition()
Gets the edition property: The edition of the database.
Returns:
elasticPoolName
public abstract String elasticPoolName()
Gets the elasticPoolName property: The elastic pool name of the database.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RestorableDroppedSqlPoolInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.RestorableDroppedSqlPoolInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
maxSizeBytes
public abstract String maxSizeBytes()
Gets the maxSizeBytes property: The max size in bytes of the database.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
serviceLevelObjective
public abstract String serviceLevelObjective()
Gets the serviceLevelObjective property: The service level objective name of the database.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: