Microsoft.DocumentDB databaseAccounts/cassandraKeyspaces/throughputSettings 2021-04-15
이 문서의 내용
Bicep 리소스 정의
databaseAccounts/cassandraKeyspaces/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 를 참조하세요.
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-04-15' = {
name: 'default'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
parent: resourceSymbolicName
properties: {
resource: {
autoscaleSettings: {
autoUpgradePolicy: {
throughputPolicy: {
incrementPercent: int
isEnabled: bool
}
}
maxThroughput: int
}
throughput: int
}
}
}
속성 값
databaseAccounts/cassandraKeyspaces/throughputSettin...
Name
Description
값
name
리소스 이름Bicep 에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
'default'
위치
리소스가 속한 리소스 그룹의 위치입니다.
string
tags
태그는 리소스를 설명하는 키-값 쌍의 목록입니다. 여러 리소스 그룹에서 이 리소스를 보고 그룹화할 때 이러한 태그를 사용할 수 있습니다. 리소스에 대해 최대 15개의 태그를 제공할 수 있습니다. 각 태그에는 128자 이하의 키와 256자 이하의 값이 포함되어야 합니다. 예를 들어 템플릿 형식의 기본 환경은 "defaultExperience": "Cassandra"로 설정됩니다. 현재 "defaultExperience" 값에는 "Table", "Graph", "DocumentDB" 및 "MongoDB"도 포함됩니다.
태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
부모(parent)
Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다. 자세한 내용은 부모 리소스 외부의 자식 리소스 를 참조하세요.
형식의 리소스에 대한 기호 이름: cassandraKeyspaces
properties
Azure Cosmos DB 리소스 처리량을 업데이트하는 속성입니다.
ThroughputSettingsUpdatePropertiesOrThroughputSettin... (필수)
ThroughputSettingsUpdatePropertiesOrThroughputSettin...
ThroughputSettingsResourceOrThroughputSettingsGetPro...
Name
Description
값
autoscaleSettings
자동 크기 조정 설정에 대한 Cosmos DB 리소스입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
AutoscaleSettingsResource
throughput
Cosmos DB 리소스 처리량의 값입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
int
AutoscaleSettingsResource
Name
Description
값
autoUpgradePolicy
Cosmos DB 리소스 자동 업그레이드 정책
AutoUpgradePolicyResource
maxThroughput
컨테이너가 스케일 업할 수 있는 최대 처리량을 나타냅니다.
int(필수)
AutoUpgradePolicyResource
ThroughputPolicyResource
Name
Description
값
incrementPercent
처리량 정책이 시작될 때마다 처리량이 증가할 수 있는 백분율을 나타냅니다.
int
isEnabled
ThroughputPolicy가 활성 상태인지 여부를 확인합니다.
bool
ARM 템플릿 리소스 정의
databaseAccounts/cassandraKeyspaces/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 를 참조하세요.
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings",
"apiVersion": "2021-04-15",
"name": "default",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"resource": {
"autoscaleSettings": {
"autoUpgradePolicy": {
"throughputPolicy": {
"incrementPercent": "int",
"isEnabled": "bool"
}
},
"maxThroughput": "int"
},
"throughput": "int"
}
}
}
속성 값
databaseAccounts/cassandraKeyspaces/throughputSettin...
Name
Description
값
형식
리소스 종류
'Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings'
apiVersion
리소스 api 버전
'2021-04-15'
name
리소스 이름JSON ARM 템플릿 에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
'default'
위치
리소스가 속한 리소스 그룹의 위치입니다.
string
tags
태그는 리소스를 설명하는 키-값 쌍의 목록입니다. 여러 리소스 그룹에서 이 리소스를 보고 그룹화할 때 이러한 태그를 사용할 수 있습니다. 리소스에 대해 최대 15개의 태그를 제공할 수 있습니다. 각 태그에는 128자 이하의 키와 256자 이하의 값이 포함되어야 합니다. 예를 들어 템플릿 형식의 기본 환경은 "defaultExperience": "Cassandra"로 설정됩니다. 현재 "defaultExperience" 값에는 "Table", "Graph", "DocumentDB" 및 "MongoDB"도 포함됩니다.
태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
properties
Azure Cosmos DB 리소스 처리량을 업데이트하는 속성입니다.
ThroughputSettingsUpdatePropertiesOrThroughputSettin... (필수)
ThroughputSettingsUpdatePropertiesOrThroughputSettin...
ThroughputSettingsResourceOrThroughputSettingsGetPro...
Name
Description
값
autoscaleSettings
자동 크기 조정 설정에 대한 Cosmos DB 리소스입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
AutoscaleSettingsResource
throughput
Cosmos DB 리소스 처리량의 값입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
int
AutoscaleSettingsResource
Name
Description
값
autoUpgradePolicy
Cosmos DB 리소스 자동 업그레이드 정책
AutoUpgradePolicyResource
maxThroughput
컨테이너가 스케일 업할 수 있는 최대 처리량을 나타냅니다.
int(필수)
AutoUpgradePolicyResource
ThroughputPolicyResource
Name
Description
값
incrementPercent
처리량 정책이 시작될 때마다 처리량이 증가할 수 있는 백분율을 나타냅니다.
int
isEnabled
ThroughputPolicy가 활성 상태인지 여부를 확인합니다.
bool
databaseAccounts/cassandraKeyspaces/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.
각 API 버전에서 변경된 속성 목록은 변경 로그 를 참조하세요.
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-04-15"
name = "default"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
resource = {
autoscaleSettings = {
autoUpgradePolicy = {
throughputPolicy = {
incrementPercent = int
isEnabled = bool
}
}
maxThroughput = int
}
throughput = int
}
}
})
}
속성 값
databaseAccounts/cassandraKeyspaces/throughputSettin...
Name
Description
값
형식
리소스 종류
"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2021-04-15"
name
리소스 이름
"default"
위치
리소스가 속한 리소스 그룹의 위치입니다.
string
parent_id
이 리소스의 부모인 리소스의 ID입니다.
형식의 리소스에 대한 ID: cassandraKeyspaces
tags
태그는 리소스를 설명하는 키-값 쌍의 목록입니다. 여러 리소스 그룹에서 이 리소스를 보고 그룹화할 때 이러한 태그를 사용할 수 있습니다. 리소스에 대해 최대 15개의 태그를 제공할 수 있습니다. 각 태그에는 128자 이하의 키와 256자 이하의 값이 포함되어야 합니다. 예를 들어 템플릿 형식의 기본 환경은 "defaultExperience": "Cassandra"로 설정됩니다. 현재 "defaultExperience" 값에는 "Table", "Graph", "DocumentDB" 및 "MongoDB"도 포함됩니다.
태그 이름 및 값의 사전입니다.
properties
Azure Cosmos DB 리소스 처리량을 업데이트하는 속성입니다.
ThroughputSettingsUpdatePropertiesOrThroughputSettin... (필수)
ThroughputSettingsUpdatePropertiesOrThroughputSettin...
ThroughputSettingsResourceOrThroughputSettingsGetPro...
Name
Description
값
autoscaleSettings
자동 크기 조정 설정에 대한 Cosmos DB 리소스입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
AutoscaleSettingsResource
throughput
Cosmos DB 리소스 처리량의 값입니다. 처리량이 필요하거나 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
int
AutoscaleSettingsResource
Name
Description
값
autoUpgradePolicy
Cosmos DB 리소스 자동 업그레이드 정책
AutoUpgradePolicyResource
maxThroughput
컨테이너가 스케일 업할 수 있는 최대 처리량을 나타냅니다.
int(필수)
AutoUpgradePolicyResource
ThroughputPolicyResource
Name
Description
값
incrementPercent
처리량 정책이 시작될 때마다 처리량이 증가할 수 있는 백분율을 나타냅니다.
int
isEnabled
ThroughputPolicy가 활성 상태인지 여부를 확인합니다.
bool