共用方式為


Microsoft.DocumentDB 位置 2023-03-15

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.DocumentDB/locations@2023-03-15' = {
  name: 'string'
}

屬性值

Microsoft.DocumentDB/locations

名字 描述 價值
名字 資源名稱 字串 (必要)

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.DocumentDB/locations",
  "apiVersion": "2023-03-15",
  "name": "string"
}

屬性值

Microsoft.DocumentDB/locations

名字 描述 價值
apiVersion API 版本 '2023-03-15'
名字 資源名稱 字串 (必要)
類型 資源類型 'Microsoft.DocumentDB/locations'

Terraform (AzAPI 提供者) 資源定義

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

  • 訂用帳戶

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.DocumentDB/locations@2023-03-15"
  name = "string"
}

屬性值

Microsoft.DocumentDB/locations

名字 描述 價值
名字 資源名稱 字串 (必要)
類型 資源類型 “Microsoft.DocumentDB/locations@2023-03-15”