共用方式為


Microsoft.Sql instancePools 2021-05-01-preview

Bicep 資源定義

instancePools 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Sql/instancePools 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Sql/instancePools@2021-05-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    licenseType: 'string'
    subnetId: 'string'
    vCores: int
  }
  sku: {
    capacity: int
    family: 'string'
    name: 'string'
    size: 'string'
    tier: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

InstancePoolProperties

名字 描述 價值
licenseType 授權類型。 可能的值為 'LicenseIncluded' (包含 SQL 授權的價格)和 'BasePrice' (不含 SQL 授權價格)。 'BasePrice'
'LicenseIncluded' (必要)
subnetId 要放置這個實例集區之子網的資源標識符。 字串 (必要)
虛擬核心 屬於這個實例集區的虛擬核心計數。 int (必要)

Microsoft.Sql/instancePools

名字 描述 價值
位置 資源位置。 字串 (必要)
名字 資源名稱 字串 (必要)
性能 資源屬性。 InstancePoolProperties
sku SKU 的名稱和層。 Sku
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

Sku

名字 描述 價值
能力 特定 SKU 的容量。 int
家庭 如果服務有不同世代的硬體,針對相同的 SKU,則可以在這裡擷取。 字串
名字 SKU 的名稱,通常是字母 + 數位碼,例如 P3。 字串 (必要)
大小 特定 SKU 的大小 字串
特定 SKU 的階層或版本,例如基本、進階。 字串

TrackedResourceTags

名字 描述 價值

ARM 樣本資源定義

instancePools 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Sql/instancePools 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Sql/instancePools",
  "apiVersion": "2021-05-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "licenseType": "string",
    "subnetId": "string",
    "vCores": "int"
  },
  "sku": {
    "capacity": "int",
    "family": "string",
    "name": "string",
    "size": "string",
    "tier": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

屬性值

InstancePoolProperties

名字 描述 價值
licenseType 授權類型。 可能的值為 'LicenseIncluded' (包含 SQL 授權的價格)和 'BasePrice' (不含 SQL 授權價格)。 'BasePrice'
'LicenseIncluded' (必要)
subnetId 要放置這個實例集區之子網的資源標識符。 字串 (必要)
虛擬核心 屬於這個實例集區的虛擬核心計數。 int (必要)

Microsoft.Sql/instancePools

名字 描述 價值
apiVersion API 版本 '2021-05-01-preview'
位置 資源位置。 字串 (必要)
名字 資源名稱 字串 (必要)
性能 資源屬性。 InstancePoolProperties
sku SKU 的名稱和層。 Sku
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.Sql/instancePools'

Sku

名字 描述 價值
能力 特定 SKU 的容量。 int
家庭 如果服務有不同世代的硬體,針對相同的 SKU,則可以在這裡擷取。 字串
名字 SKU 的名稱,通常是字母 + 數位碼,例如 P3。 字串 (必要)
大小 特定 SKU 的大小 字串
特定 SKU 的階層或版本,例如基本、進階。 字串

TrackedResourceTags

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

instancePools 資源類型可以使用目標作業來部署:

  • 資源群組

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Sql/instancePools 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Sql/instancePools@2021-05-01-preview"
  name = "string"
  location = "string"
  sku = {
    capacity = int
    family = "string"
    name = "string"
    size = "string"
    tier = "string"
  }
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      licenseType = "string"
      subnetId = "string"
      vCores = int
    }
  })
}

屬性值

InstancePoolProperties

名字 描述 價值
licenseType 授權類型。 可能的值為 'LicenseIncluded' (包含 SQL 授權的價格)和 'BasePrice' (不含 SQL 授權價格)。 'BasePrice'
'LicenseIncluded' (必要)
subnetId 要放置這個實例集區之子網的資源標識符。 字串 (必要)
虛擬核心 屬於這個實例集區的虛擬核心計數。 int (必要)

Microsoft.Sql/instancePools

名字 描述 價值
位置 資源位置。 字串 (必要)
名字 資源名稱 字串 (必要)
性能 資源屬性。 InstancePoolProperties
sku SKU 的名稱和層。 Sku
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.Sql/instancePools@2021-05-01-preview”

Sku

名字 描述 價值
能力 特定 SKU 的容量。 int
家庭 如果服務有不同世代的硬體,針對相同的 SKU,則可以在這裡擷取。 字串
名字 SKU 的名稱,通常是字母 + 數位碼,例如 P3。 字串 (必要)
大小 特定 SKU 的大小 字串
特定 SKU 的階層或版本,例如基本、進階。 字串

TrackedResourceTags

名字 描述 價值