InstancePool 類別
Azure SQL實例集區。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.sql.models._models_py3.TrackedResourceInstancePool
建構函式
InstancePool(*, location: str, tags: Dict[str, str] | None = None, sku: Sku | None = None, subnet_id: str | None = None, v_cores: int | None = None, license_type: str | InstancePoolLicenseType | None = None, **kwargs)
參數
名稱 | Description |
---|---|
location
必要
|
必要。 資源位置。 |
tags
必要
|
一組標記。 資源標籤。 |
sku
必要
|
SKU 的名稱和層級。 |
subnet_id
必要
|
要放入此實例集區之子網的資源識別碼。 |
v_cores
必要
|
屬於這個實例集區的虛擬核心計數。 |
license_type
必要
|
授權類型。 可能的值為 'LicenseIncluded' (價格包含于 SQL 授權) ,而 'BasePrice' (不含 SQL 授權價格) 。 可能的值包括:「LicenseIncluded」、「BasePrice」。 |
僅限關鍵字的參數
名稱 | Description |
---|---|
location
必要
|
|
tags
必要
|
|
sku
必要
|
|
subnet_id
必要
|
|
v_cores
必要
|
|
license_type
必要
|
|
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
type
|
資源類型。 |