Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlPool

Package version

A SQL Analytics pool

Hierarchy

Index

Properties

Optional collation

collation: undefined | string

Collation mode

Optional createMode

createMode: 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.

Optional creationDate

creationDate: Date

Date the SQL pool was created

Optional id

id: undefined | 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

location: string

The geo-location where the resource lives

Optional maxSizeBytes

maxSizeBytes: undefined | number

Maximum size in bytes

Optional name

name: undefined | string

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

Optional provisioningState

provisioningState: undefined | string

Resource state

Optional recoverableDatabaseId

recoverableDatabaseId: undefined | string

Backup database to restore from

Optional restorePointInTime

restorePointInTime: undefined | string

Snapshot time to restore

Optional sku

sku: Sku

SQL pool SKU

Optional sourceDatabaseId

sourceDatabaseId: undefined | string

Source database to create from

Optional status

status: undefined | string

Resource status

Optional tags

tags: undefined | {}

Resource tags.

Optional type

type: undefined | 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