你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.DocumentDB databaseAccounts/apis/databases/collections 2015-04-01
Bicep 资源定义
databaseAccounts/apis/databases/collections 资源类型可以使用以下目标操作进行部署:
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
若要创建 Microsoft.DocumentDB/databaseAccounts/apis/databases/collections 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-04-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
options: {
{customized property}: 'string'
}
resource: {
id: 'string'
indexes: [
{
key: {
keys: [
'string'
]
}
options: {
expireAfterSeconds: int
unique: bool
}
}
]
shardKey: {
{customized property}: 'string'
}
}
}
}
属性值
databaseAccounts/apis/databases/collections
MongoDBCollectionCreateUpdatePropertiesOrMongoDBColl...
CreateUpdateOptions
名称 |
说明 |
值 |
{customized property} |
|
字符串 |
MongoDBCollectionResource
名称 |
说明 |
Value |
id |
Cosmos DB MongoDB 集合的名称 |
字符串 (必需) |
索引 |
索引键列表 |
MongoIndex[] |
shardKey |
要为请求应用的分片键的键值对。 |
ShardKeys |
MongoIndex
MongoIndexKeys
名称 |
说明 |
值 |
密钥 |
Azure Cosmos DB 服务中每个 MongoDB 集合的密钥列表 |
string[] |
MongoIndexOptions
名称 |
说明 |
值 |
expireAfterSeconds |
秒后过期 |
int |
unique |
是否唯一 |
bool |
ShardKeys
名称 |
说明 |
值 |
{customized property} |
|
字符串 |
ARM 模板资源定义
databaseAccounts/apis/databases/collections 资源类型可以使用以下目标操作进行部署:
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
若要创建 Microsoft.DocumentDB/databaseAccounts/apis/databases/collections 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.DocumentDB/databaseAccounts/apis/databases/collections",
"apiVersion": "2015-04-01",
"name": "string",
"properties": {
"options": {
"{customized property}": "string"
},
"resource": {
"id": "string",
"indexes": [
{
"key": {
"keys": [ "string" ]
},
"options": {
"expireAfterSeconds": "int",
"unique": "bool"
}
}
],
"shardKey": {
"{customized property}": "string"
}
}
}
}
属性值
databaseAccounts/apis/databases/collections
MongoDBCollectionCreateUpdatePropertiesOrMongoDBColl...
CreateUpdateOptions
名称 |
说明 |
值 |
{customized property} |
|
字符串 |
MongoDBCollectionResource
名称 |
说明 |
Value |
id |
Cosmos DB MongoDB 集合的名称 |
字符串 (必需) |
索引 |
索引键列表 |
MongoIndex[] |
shardKey |
要为请求应用的分片键的键值对。 |
ShardKeys |
MongoIndex
MongoIndexKeys
名称 |
说明 |
值 |
密钥 |
Azure Cosmos DB 服务中每个 MongoDB 集合的密钥列表 |
string[] |
MongoIndexOptions
名称 |
说明 |
值 |
expireAfterSeconds |
秒后过期 |
int |
unique |
是否唯一 |
bool |
ShardKeys
名称 |
说明 |
值 |
{customized property} |
|
字符串 |
databaseAccounts/apis/databases/collections 资源类型可以使用以下目标操作进行部署:
有关每个 API 版本中更改的属性的列表,请参阅 更改日志。
若要创建 Microsoft.DocumentDB/databaseAccounts/apis/databases/collections 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/apis/databases/collections@2015-04-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
options = {
{customized property} = "string"
}
resource = {
id = "string"
indexes = [
{
key = {
keys = [
"string"
]
}
options = {
expireAfterSeconds = int
unique = bool
}
}
]
shardKey = {
{customized property} = "string"
}
}
}
})
}
属性值
databaseAccounts/apis/databases/collections
MongoDBCollectionCreateUpdatePropertiesOrMongoDBColl...
CreateUpdateOptions
名称 |
说明 |
值 |
{customized property} |
|
字符串 |
MongoDBCollectionResource
名称 |
说明 |
Value |
id |
Cosmos DB MongoDB 集合的名称 |
字符串 (必需) |
索引 |
索引键列表 |
MongoIndex[] |
shardKey |
要为请求应用的分片键的键值对。 |
ShardKeys |
MongoIndex
MongoIndexKeys
名称 |
说明 |
值 |
密钥 |
Azure Cosmos DB 服务中每个 MongoDB 集合的密钥列表 |
string[] |
MongoIndexOptions
名称 |
说明 |
值 |
expireAfterSeconds |
秒后过期 |
int |
unique |
是否唯一 |
bool |
ShardKeys
名称 |
说明 |
值 |
{customized property} |
|
字符串 |