Package version:

Interface InstancePool

An Azure SQL instance pool.

Hierarchy

Properties

id?: string

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

licenseType?: string

The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price).

location: string

Resource location.

name?: string

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

sku?: Sku

The name and tier of the SKU.

subnetId?: string

Resource ID of the subnet to place this instance pool in.

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

Resource tags.

Type declaration

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

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

vCores?: number

Count of vCores belonging to this instance pool.

Generated using TypeDoc