共用方式為


ElasticPool 類別

彈性集區。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.sql.models._models_py3.TrackedResource
ElasticPool

建構函式

ElasticPool(*, location: str, tags: Dict[str, str] | None = None, sku: Sku | None = None, max_size_bytes: int | None = None, per_database_settings: ElasticPoolPerDatabaseSettings | None = None, zone_redundant: bool | None = None, license_type: str | ElasticPoolLicenseType | None = None, maintenance_configuration_id: str | None = None, **kwargs)

參數

名稱 Description
location
必要
str

必要。 資源位置。

tags
必要

一組標記。 資源標籤。

sku
必要
Sku

彈性集區 SKU。

SKU 清單可能會因區域和支援供應專案而有所不同。 若要判斷 SKU (包括 SKU 名稱、層/版本、系列和容量) ,這些 SKU 可供您在 Azure 區域中的訂用帳戶使用,請使用 Capabilities_ListByLocation REST API 或下列命令:


   az sql elastic-pool list-editions -l <location> -o table
   `.
max_size_bytes
必要
<xref:long>

資料庫彈性集區的儲存限制,以位元組為單位。

per_database_settings
必要

彈性集區的每個資料庫設定。

zone_redundant
必要

此彈性集區是否為區域備援,這表示此彈性集區的複本會分散到多個可用性區域。

license_type
必要

要套用此彈性集區的授權類型。 可能的值包括:「LicenseIncluded」、「BasePrice」。

maintenance_configuration_id
必要
str

指派給彈性集區的維護組態識別碼。 此組態會定義維護更新將發生的期間。

僅限關鍵字的參數

名稱 Description
location
必要
tags
必要
sku
必要
max_size_bytes
必要
per_database_settings
必要
zone_redundant
必要
license_type
必要
maintenance_configuration_id
必要

變數

名稱 Description
id
str

資源識別碼。

name
str

資源名稱。

type
str

資源類型。

kind
str

彈性集區種類。 這是用於Azure 入口網站體驗的中繼資料。

state

彈性集區的狀態。 可能的值為:「Create」、「Ready」、「Disabled」。

creation_date

彈性集區的建立日期 (ISO8601 格式) 。