Microsoft.DocumentDB databaseAccounts/sqlDatabases/throughputSettings 2022-05-15
Bicep 리소스 정의
databaseAccounts/sqlDatabases/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-05-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
이름 |
묘사 |
값 |
autoUpgradePolicy |
Cosmos DB 리소스 자동 업그레이드 정책 |
autoUpgradePolicyResource |
maxThroughput |
컨테이너가 확장할 수 있는 최대 처리량을 나타냅니다. |
int(필수) |
AutoUpgradePolicyResource
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings
ThroughputPolicyResource
이름 |
묘사 |
값 |
incrementPercent |
처리량 정책이 시작될 때마다 처리량이 증가할 수 있는 백분율을 나타냅니다. |
int |
isEnabled |
ThroughputPolicy가 활성 상태인지 여부를 확인합니다. |
bool |
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
이름 |
묘사 |
값 |
autoscaleSettings |
자동 크기 조정 설정에 대한 Cosmos DB 리소스입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다. |
autoscaleSettingsResource |
처리량 |
Cosmos DB 리소스 처리량의 값입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다. |
int |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
ARM 템플릿 리소스 정의
databaseAccounts/sqlDatabases/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings",
"apiVersion": "2022-05-15",
"name": "string",
"location": "string",
"properties": {
"resource": {
"autoscaleSettings": {
"autoUpgradePolicy": {
"throughputPolicy": {
"incrementPercent": "int",
"isEnabled": "bool"
}
},
"maxThroughput": "int"
},
"throughput": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
속성 값
AutoscaleSettingsResource
이름 |
묘사 |
값 |
autoUpgradePolicy |
Cosmos DB 리소스 자동 업그레이드 정책 |
autoUpgradePolicyResource |
maxThroughput |
컨테이너가 확장할 수 있는 최대 처리량을 나타냅니다. |
int(필수) |
AutoUpgradePolicyResource
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings
ThroughputPolicyResource
이름 |
묘사 |
값 |
incrementPercent |
처리량 정책이 시작될 때마다 처리량이 증가할 수 있는 백분율을 나타냅니다. |
int |
isEnabled |
ThroughputPolicy가 활성 상태인지 여부를 확인합니다. |
bool |
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
이름 |
묘사 |
값 |
autoscaleSettings |
자동 크기 조정 설정에 대한 Cosmos DB 리소스입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다. |
autoscaleSettingsResource |
처리량 |
Cosmos DB 리소스 처리량의 값입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다. |
int |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
databaseAccounts/sqlDatabases/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings@2022-05-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
이름 |
묘사 |
값 |
autoUpgradePolicy |
Cosmos DB 리소스 자동 업그레이드 정책 |
autoUpgradePolicyResource |
maxThroughput |
컨테이너가 확장할 수 있는 최대 처리량을 나타냅니다. |
int(필수) |
AutoUpgradePolicyResource
Microsoft.DocumentDB/databaseAccounts/sqlDatabases/throughputSettings
ThroughputPolicyResource
이름 |
묘사 |
값 |
incrementPercent |
처리량 정책이 시작될 때마다 처리량이 증가할 수 있는 백분율을 나타냅니다. |
int |
isEnabled |
ThroughputPolicy가 활성 상태인지 여부를 확인합니다. |
bool |
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
이름 |
묘사 |
값 |
autoscaleSettings |
자동 크기 조정 설정에 대한 Cosmos DB 리소스입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다. |
autoscaleSettingsResource |
처리량 |
Cosmos DB 리소스 처리량의 값입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다. |
int |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties