Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SqlPoolPatchInfo

Package version

A SQL Analytics pool patch info

Hierarchy

  • SqlPoolPatchInfo

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 NOTE: This property will not be serialized. It can only be populated by the server.

Optional location

location: undefined | string

The geo-location where the resource lives

Optional maxSizeBytes

maxSizeBytes: undefined | number

Maximum size in bytes

Optional provisioningState

provisioningState: undefined | string

Resource state

Optional recoverableDatabaseId

recoverableDatabaseId: undefined | string

Backup database to restore from

Optional restorePointInTime

restorePointInTime: Date

Snapshot time to restore

Optional sku

sku: Sku

SQL pool SKU

Optional sourceDatabaseDeletionDate

sourceDatabaseDeletionDate: Date

Specifies the time that the sql pool was deleted

Optional sourceDatabaseId

sourceDatabaseId: undefined | string

Source database to create from

Optional status

status: undefined | string

Resource status NOTE: This property will not be serialized. It can only be populated by the server.

Optional storageAccountType

storageAccountType: StorageAccountType

The storage account type used to store backups for this sql pool.

Optional tags

tags: undefined | {}

Resource tags.

Generated using TypeDoc