SqlPool Interface
public interface SqlPool
An immutable client-side representation of SqlPool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
collation()
Gets the collation property: Collation mode. |
|
abstract
Create |
createMode()
Gets the create |
|
abstract
Offset |
creationDate()
Gets the creation |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Sql |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract Long |
maxSizeBytes()
Gets the max |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Object |
pause()
Pause SQL pool Pause a SQL pool. |
| abstract Object |
pause(Context context)
Pause SQL pool Pause a SQL pool. |
| abstract String |
provisioningState()
Gets the provisioning |
| abstract String |
recoverableDatabaseId()
Gets the recoverable |
|
abstract
Sql |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Sql |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Offset |
restorePointInTime()
Gets the restore |
| abstract Object |
resume()
Resume SQL pool Resume a SQL pool. |
| abstract Object |
resume(Context context)
Resume SQL pool Resume a SQL pool. |
| abstract Sku |
sku()
Gets the sku property: SQL pool SKU. |
| abstract String |
sourceDatabaseId()
Gets the source |
| abstract String |
status()
Gets the status property: Resource status. |
|
abstract
Storage |
storageAccountType()
Gets the storage |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Sql |
Method Details
collation
public abstract String collation()
Gets the collation property: Collation mode.
Returns:
createMode
public abstract CreateMode createMode()
Gets the createMode property: Specifies the mode of sql pool creation. Default: regular sql pool creation. PointInTimeRestore: Creates a sql pool by restoring a point in time backup of an existing sql pool. sourceDatabaseId must be specified as the resource ID of the existing sql pool, and restorePointInTime must be specified. Recovery: Creates a sql pool by a geo-replicated backup. sourceDatabaseId must be specified as the recoverableDatabaseId to restore. Restore: Creates a sql pool by restoring a backup of a deleted sql pool. SourceDatabaseId should be the sql pool's original resource ID. SourceDatabaseId and sourceDatabaseDeletionDate must be specified.
Returns:
creationDate
public abstract OffsetDateTime creationDate()
Gets the creationDate property: Date the SQL pool was created.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SqlPoolInner innerModel()
Gets the inner com.azure.resourcemanager.synapse.fluent.models.SqlPoolInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
maxSizeBytes
public abstract Long maxSizeBytes()
Gets the maxSizeBytes property: Maximum size in bytes.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
pause
public abstract Object pause()
Pause SQL pool Pause a SQL pool.
Returns:
pause
public abstract Object pause(Context context)
Pause SQL pool Pause a SQL pool.
Parameters:
Returns:
provisioningState
public abstract String provisioningState()
Gets the provisioningState property: Resource state.
Returns:
recoverableDatabaseId
public abstract String recoverableDatabaseId()
Gets the recoverableDatabaseId property: Backup database to restore from.
Returns:
refresh
public abstract SqlPool refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract SqlPool refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
restorePointInTime
public abstract OffsetDateTime restorePointInTime()
Gets the restorePointInTime property: Snapshot time to restore.
Returns:
resume
public abstract Object resume()
Resume SQL pool Resume a SQL pool.
Returns:
resume
public abstract Object resume(Context context)
Resume SQL pool Resume a SQL pool.
Parameters:
Returns:
sku
public abstract Sku sku()
Gets the sku property: SQL pool SKU.
Returns:
sourceDatabaseId
public abstract String sourceDatabaseId()
Gets the sourceDatabaseId property: Source database to create from.
Returns:
status
public abstract String status()
Gets the status property: Resource status.
Returns:
storageAccountType
public abstract StorageAccountType storageAccountType()
Gets the storageAccountType property: The storage account type used to store backups for this sql pool.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SqlPool.Update update()
Begins update for the SqlPool resource.
Returns: