SqlPool Class

Definition

A SQL Analytics pool.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlPool+SqlPoolConverter))]
public class SqlPool : Azure.Analytics.Synapse.Artifacts.Models.TrackedResource
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SqlPool+SqlPoolConverter))>]
type SqlPool = class
    inherit TrackedResource
Public Class SqlPool
Inherits TrackedResource
Inheritance
Attributes

Constructors

SqlPool(String)

Initializes a new instance of SqlPool.

Properties

Collation

Collation mode.

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.

CreationDate

Date the SQL pool was created.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from Resource)
Location

The geo-location where the resource lives.

(Inherited from TrackedResource)
MaxSizeBytes

Maximum size in bytes.

Name

The name of the resource.

(Inherited from Resource)
ProvisioningState

Resource state.

RecoverableDatabaseId

Backup database to restore from.

RestorePointInTime

Snapshot time to restore.

Sku

SQL pool SKU.

SourceDatabaseId

Source database to create from.

Status

Resource status.

Tags

Resource tags.

(Inherited from TrackedResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from Resource)

Applies to