InstancePool Class

An Azure SQL instance pool.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.sql.models._models_py3.TrackedResource
InstancePool

Constructor

InstancePool(*, location: str, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.sql.models._models_py3.Sku] = None, subnet_id: Optional[str] = None, v_cores: Optional[int] = None, license_type: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.InstancePoolLicenseType]] = None, **kwargs)

Parameters

location
str
Required

Required. Resource location.

tags
dict[str, str]
Required

A set of tags. Resource tags.

sku
Sku
Required

The name and tier of the SKU.

subnet_id
str
Required

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

v_cores
int
Required

Count of vCores belonging to this instance pool.

license_type
str or InstancePoolLicenseType
Required

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

Variables

id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.