Microsoft.DocumentDB databaseAccounts/tables/throughputSettings 2019-08-01
- 최신
- 2024-12-01-preview
- 2024-11-15
- 2024-09-01-preview
- 2024-08-15
- 2024-05-15
- 2024-05-15-preview
- 2024-02-15-preview
- 2023-11-15
- 2023-11-15-preview
- 2023-09-15
- 2023-09-15-preview
- 2023-04-15
- 2023-03-15
- 2023-03-15-preview
- 2023-03-01-preview
- 2022-11-15
- 2022-11-15-preview
- 2022-08-15
- 2022-08-15-preview
- 2022-05-15
- 2022-05-15-preview
- 2022-02-15-preview
- 2021-11-15-preview
- 2021-10-15
- 2021-10-15-preview
- 2021-07-01-preview
- 2021-06-15
- 2021-05-15
- 2021-04-15
- 2021-04-01-preview
- 2021-03-15
- 2021-03-01-preview
- 2021-01-15
- 2020-09-01
- 2020-06-01-preview
- 2020-04-01
- 2020-03-01
- 2019-12-12
- 2019-08-01
Bicep 리소스 정의
databaseAccounts/tables/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-08-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'default'
properties: {
resource: {
throughput: int
}
}
tags: {
{customized property}: 'string'
}
}
속성 값
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings
이름 | 묘사 | 값 |
---|---|---|
위치 | 리소스가 속한 리소스 그룹의 위치입니다. | 문자열 |
이름 | 리소스 이름 | 'default'(필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식 리소스의 기호 이름: databaseAccounts/tables |
속성 | Azure Cosmos DB 리소스 처리량을 업데이트하는 속성입니다. | ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties(필수) |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. 템플릿 |
태그
이름 | 묘사 | 값 |
---|
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
이름 | 묘사 | 값 |
---|---|---|
처리량 | Cosmos DB 리소스 처리량의 값 | int(필수) |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
이름 | 묘사 | 값 |
---|---|---|
자원 | 리소스 처리량의 표준 JSON 형식 | ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource(필수) |
ARM 템플릿 리소스 정의
databaseAccounts/tables/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings",
"apiVersion": "2019-08-01",
"name": "string",
"location": "string",
"properties": {
"resource": {
"throughput": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
속성 값
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings
이름 | 묘사 | 값 |
---|---|---|
apiVersion | api 버전 | '2019-08-01' |
위치 | 리소스가 속한 리소스 그룹의 위치입니다. | 문자열 |
이름 | 리소스 이름 | 'default'(필수) |
속성 | Azure Cosmos DB 리소스 처리량을 업데이트하는 속성입니다. | ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties(필수) |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. 템플릿 |
형 | 리소스 종류 | 'Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings' |
태그
이름 | 묘사 | 값 |
---|
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
이름 | 묘사 | 값 |
---|---|---|
처리량 | Cosmos DB 리소스 처리량의 값 | int(필수) |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
이름 | 묘사 | 값 |
---|---|---|
자원 | 리소스 처리량의 표준 JSON 형식 | ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource(필수) |
Terraform(AzAPI 공급자) 리소스 정의
databaseAccounts/tables/throughputSettings 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-08-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
resource = {
throughput = int
}
}
})
}
속성 값
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings
이름 | 묘사 | 값 |
---|---|---|
위치 | 리소스가 속한 리소스 그룹의 위치입니다. | 문자열 |
이름 | 리소스 이름 | 'default'(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식 리소스의 ID: databaseAccounts/tables |
속성 | Azure Cosmos DB 리소스 처리량을 업데이트하는 속성입니다. | ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties(필수) |
태그 | 리소스 태그 | 태그 이름 및 값의 사전입니다. |
형 | 리소스 종류 | "Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2019-08-01" |
태그
이름 | 묘사 | 값 |
---|
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
이름 | 묘사 | 값 |
---|---|---|
처리량 | Cosmos DB 리소스 처리량의 값 | int(필수) |
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
이름 | 묘사 | 값 |
---|---|---|
자원 | 리소스 처리량의 표준 JSON 형식 | ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource(필수) |