InstancePoolUpdate interface
An update to an Instance pool.
Properties
| dns |
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. |
| license |
The license type. Possible values are 'LicenseIncluded' (price for SQL license is included) and 'BasePrice' (without SQL license price). |
| maintenance |
Specifies maintenance configuration id to apply to this managed instance. |
| sku | The name and tier of the SKU. |
| subnet |
Resource ID of the subnet to place this instance pool in. |
| tags | Resource tags. |
| v |
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
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