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.TrackedResourceInstancePool
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
- 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.
Feedback
Submit and view feedback for