InstancePoolProperties interface
Properties of an instance pool.
Properties
| dns |
The Dns Zone that the managed instance pool is in. |
| 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. |
| subnet |
Resource ID of the subnet to place this instance pool in. |
| v |
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