InstancePool interface
An Azure SQL instance pool.
- Extends
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. |
| sku | The name and tier of the SKU. |
| subnet |
Resource ID of the subnet to place this instance pool in. |
| v |
Count of vCores belonging to this instance pool. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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
sku
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type