RecoverableSqlPool Interface
public interface RecoverableSqlPool
An immutable client-side representation of RecoverableSqlPool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| 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
Recoverable |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastAvailableBackupDate()
Gets the last |
| 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
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 RecoverableSqlPoolInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.RecoverableSqlPoolInner object.
Returns:
lastAvailableBackupDate
public abstract OffsetDateTime lastAvailableBackupDate()
Gets the lastAvailableBackupDate property: The last available backup date of the database (ISO8601 format).
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: