InstancePoolProperties interface

Properties of an instance pool.

Properties

dnsZone

The Dns Zone that the managed instance pool is in.

licenseType

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

maintenanceConfigurationId

Specifies maintenance configuration id to apply to this managed instance.

subnetId

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

vCores

Count of vCores belonging to this instance pool.

Property Details

dnsZone

The Dns Zone that the managed instance pool is in.

dnsZone?: string

Property Value

string

licenseType

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

licenseType: string

Property Value

string

maintenanceConfigurationId

Specifies maintenance configuration id to apply to this managed instance.

maintenanceConfigurationId?: string

Property Value

string

subnetId

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

subnetId: string

Property Value

string

vCores

Count of vCores belonging to this instance pool.

vCores: number

Property Value

number