Share via


InstancePoolUpdate interface

An update to an Instance pool.

Properties

dnsZone

The Dns Zone that the managed instance pool is in. NOTE: This property will not be serialized. It can only be populated by the server.

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.

sku

The name and tier of the SKU.

subnetId

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

tags

Resource tags.

vCores

Count of vCores belonging to this instance pool.

Property Details

dnsZone

The Dns Zone that the managed instance pool is in. NOTE: This property will not be serialized. It can only be populated by the server.

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

sku

The name and tier of the SKU.

sku?: Sku

Property Value

Sku

subnetId

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

subnetId?: string

Property Value

string

tags

Resource tags.

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

Property Value

{[propertyName: string]: string}

vCores

Count of vCores belonging to this instance pool.

vCores?: number

Property Value

number