Microsoft.DocumentDB 資料庫Accounts/apis/tables 2015-04-01
Bicep 資源定義
databaseAccounts/apis/tables 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DocumentDB/databaseAccounts/apis/tables 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-04-01' = {
parent: resourceSymbolicName
name: 'string'
properties: {
options: {
{customized property}: 'string'
}
resource: {
id: 'string'
}
}
}
屬性值
CreateUpdateOptions
Microsoft.DocumentDB/databaseAccounts/apis/tables
TableCreateUpdatePropertiesOrTableProperties
TableResource
名字 |
描述 |
價值 |
id |
Cosmos DB 資料表的名稱 |
字串 (必要) |
ARM 樣本資源定義
databaseAccounts/apis/tables 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DocumentDB/databaseAccounts/apis/tables 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DocumentDB/databaseAccounts/apis/tables",
"apiVersion": "2015-04-01",
"name": "string",
"properties": {
"options": {
"{customized property}": "string"
},
"resource": {
"id": "string"
}
}
}
屬性值
CreateUpdateOptions
Microsoft.DocumentDB/databaseAccounts/apis/tables
TableCreateUpdatePropertiesOrTableProperties
TableResource
名字 |
描述 |
價值 |
id |
Cosmos DB 資料表的名稱 |
字串 (必要) |
databaseAccounts/apis/tables 資源類型可以使用目標作業來部署:
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
若要建立 Microsoft.DocumentDB/databaseAccounts/apis/tables 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/apis/tables@2015-04-01"
name = "string"
body = jsonencode({
properties = {
options = {
{customized property} = "string"
}
resource = {
id = "string"
}
}
})
}
屬性值
CreateUpdateOptions
Microsoft.DocumentDB/databaseAccounts/apis/tables
TableCreateUpdatePropertiesOrTableProperties
TableResource
名字 |
描述 |
價值 |
id |
Cosmos DB 資料表的名稱 |
字串 (必要) |