你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Microsoft.DocumentDB databaseAccounts/mongodbDatabases/throughputSettings 2021-04-15
Bicep 资源定义
可以使用目标操作部署 databaseAccounts/mongodbDatabases/throughputSettings 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings 资源,请将以下 Bicep 添加到模板。
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-04-15' = {
parent: resourceSymbolicName
location: 'string'
name: 'default'
properties: {
resource: {
autoscaleSettings: {
autoUpgradePolicy: {
throughputPolicy: {
incrementPercent: int
isEnabled: bool
}
}
maxThroughput: int
}
throughput: int
}
}
tags: {
{customized property}: 'string'
}
}
属性值
AutoscaleSettingsResource
AutoUpgradePolicyResource
Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings
ThroughputPolicyResource
名字 |
描述 |
价值 |
incrementPercent |
表示每次启动吞吐量策略时吞吐量可能会增加的百分比。 |
int |
isEnabled |
确定 ThroughputPolicy 是否处于活动状态 |
bool |
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
名字 |
描述 |
价值 |
autoscaleSettings |
用于自动缩放设置的 Cosmos DB 资源。 需要吞吐量或自动缩放设置是必需的,但不需要两者。 |
AutoscaleSettingsResource |
吞吐量 |
Cosmos DB 资源吞吐量的值。 需要吞吐量或自动缩放设置是必需的,但不需要两者。 |
int |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
ARM 模板资源定义
可以使用目标操作部署 databaseAccounts/mongodbDatabases/throughputSettings 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings 资源,请将以下 JSON 添加到模板。
{
"type": "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings",
"apiVersion": "2021-04-15",
"name": "string",
"location": "string",
"properties": {
"resource": {
"autoscaleSettings": {
"autoUpgradePolicy": {
"throughputPolicy": {
"incrementPercent": "int",
"isEnabled": "bool"
}
},
"maxThroughput": "int"
},
"throughput": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
属性值
AutoscaleSettingsResource
AutoUpgradePolicyResource
Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings
ThroughputPolicyResource
名字 |
描述 |
价值 |
incrementPercent |
表示每次启动吞吐量策略时吞吐量可能会增加的百分比。 |
int |
isEnabled |
确定 ThroughputPolicy 是否处于活动状态 |
bool |
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
名字 |
描述 |
价值 |
autoscaleSettings |
用于自动缩放设置的 Cosmos DB 资源。 需要吞吐量或自动缩放设置是必需的,但不需要两者。 |
AutoscaleSettingsResource |
吞吐量 |
Cosmos DB 资源吞吐量的值。 需要吞吐量或自动缩放设置是必需的,但不需要两者。 |
int |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
可以使用目标操作部署 databaseAccounts/mongodbDatabases/throughputSettings 资源类型:
有关每个 API 版本中已更改属性的列表,请参阅 更改日志。
若要创建 Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings 资源,请将以下 Terraform 添加到模板。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings@2021-04-15"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
resource = {
autoscaleSettings = {
autoUpgradePolicy = {
throughputPolicy = {
incrementPercent = int
isEnabled = bool
}
}
maxThroughput = int
}
throughput = int
}
}
})
}
属性值
AutoscaleSettingsResource
AutoUpgradePolicyResource
Microsoft.DocumentDB/databaseAccounts/mongodbDatabases/throughputSettings
ThroughputPolicyResource
名字 |
描述 |
价值 |
incrementPercent |
表示每次启动吞吐量策略时吞吐量可能会增加的百分比。 |
int |
isEnabled |
确定 ThroughputPolicy 是否处于活动状态 |
bool |
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
名字 |
描述 |
价值 |
autoscaleSettings |
用于自动缩放设置的 Cosmos DB 资源。 需要吞吐量或自动缩放设置是必需的,但不需要两者。 |
AutoscaleSettingsResource |
吞吐量 |
Cosmos DB 资源吞吐量的值。 需要吞吐量或自动缩放设置是必需的,但不需要两者。 |
int |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties