Package version:

A SQL Analytics pool

Hierarchy

Properties

collation?: string

Collation mode

createMode?: string

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.

creationDate?: any

Date the SQL pool was created

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location: string

The geo-location where the resource lives

maxSizeBytes?: number

Maximum size in bytes

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Resource state

recoverableDatabaseId?: string

Backup database to restore from

restorePointInTime?: string

Snapshot time to restore

sku?: Sku

SQL pool SKU

sourceDatabaseId?: string

Source database to create from

status?: string

Resource status

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc