SqlPoolPatchInfo interface
A SQL Analytics pool patch info
Properties
collation | Collation mode |
create |
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. |
creation |
Date the SQL pool was created NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo-location where the resource lives |
max |
Maximum size in bytes |
provisioning |
Resource state |
recoverable |
Backup database to restore from |
restore |
Snapshot time to restore |
sku | SQL pool SKU |
source |
Specifies the time that the sql pool was deleted |
source |
Source database to create from |
status | Resource status NOTE: This property will not be serialized. It can only be populated by the server. |
storage |
The storage account type used to store backups for this sql pool. |
tags | Resource tags. |
Property Details
collation
Collation mode
collation?: string
Property Value
string
createMode
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.
createMode?: string
Property Value
string
creationDate
Date the SQL pool was created NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
Property Value
Date
location
The geo-location where the resource lives
location?: string
Property Value
string
maxSizeBytes
Maximum size in bytes
maxSizeBytes?: number
Property Value
number
provisioningState
Resource state
provisioningState?: string
Property Value
string
recoverableDatabaseId
Backup database to restore from
recoverableDatabaseId?: string
Property Value
string
restorePointInTime
Snapshot time to restore
restorePointInTime?: Date
Property Value
Date
sku
sourceDatabaseDeletionDate
Specifies the time that the sql pool was deleted
sourceDatabaseDeletionDate?: Date
Property Value
Date
sourceDatabaseId
Source database to create from
sourceDatabaseId?: string
Property Value
string
status
Resource status NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
storageAccountType
The storage account type used to store backups for this sql pool.
storageAccountType?: string
Property Value
string
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}