Microsoft.DocumentDB throughputPools 2024-09-01-preview
Bicep 資源定義
您可以使用目標作業來部署 throughputPools 資源類型:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DocumentDB/throughputPools 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.DocumentDB/throughputPools@2024-09-01-preview' = {
location: 'string'
name: 'string'
properties: {
maxThroughput: int
provisioningState: 'string'
}
tags: {
{customized property}: 'string'
}
}
屬性值
Microsoft.DocumentDB/throughputPools
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 最小長度 = 3 最大長度 = 3 模式 = ^[a-z0-9]+(-[a-z0-9]+)* (必要) |
性能 | 更新 Azure Cosmos DB 輸送量集區的屬性。 | ThroughputPoolProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
ThroughputPoolProperties
名字 | 描述 | 價值 |
---|---|---|
maxThroughput | 在集區中的 CosmosDB 資源之間共用輸送量的值。 | int |
provisioningState | ThroughputPool 的布建狀態。 | 'Canceled' '刪除' 'Failed' 'Initializing' 'InternallyReady' 'Online' 'Succeeded' 'Uninitialized' 'Updateing' |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
ARM 樣本資源定義
您可以使用目標作業來部署 throughputPools 資源類型:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DocumentDB/throughputPools 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.DocumentDB/throughputPools",
"apiVersion": "2024-09-01-preview",
"name": "string",
"location": "string",
"properties": {
"maxThroughput": "int",
"provisioningState": "string"
},
"tags": {
"{customized property}": "string"
}
}
屬性值
Microsoft.DocumentDB/throughputPools
名字 | 描述 | 價值 |
---|---|---|
apiVersion | API 版本 | '2024-09-01-preview' |
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 最小長度 = 3 最大長度 = 3 模式 = ^[a-z0-9]+(-[a-z0-9]+)* (必要) |
性能 | 更新 Azure Cosmos DB 輸送量集區的屬性。 | ThroughputPoolProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 請參閱範本中的 標籤 |
類型 | 資源類型 | 'Microsoft.DocumentDB/throughputPools' |
ThroughputPoolProperties
名字 | 描述 | 價值 |
---|---|---|
maxThroughput | 在集區中的 CosmosDB 資源之間共用輸送量的值。 | int |
provisioningState | ThroughputPool 的布建狀態。 | 'Canceled' '刪除' 'Failed' 'Initializing' 'InternallyReady' 'Online' 'Succeeded' 'Uninitialized' 'Updateing' |
TrackedResourceTags
名字 | 描述 | 價值 |
---|
Terraform (AzAPI 提供者) 資源定義
您可以使用目標作業來部署 throughputPools 資源類型:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.DocumentDB/throughputPools 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/throughputPools@2024-09-01-preview"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
maxThroughput = int
provisioningState = "string"
}
})
}
屬性值
Microsoft.DocumentDB/throughputPools
名字 | 描述 | 價值 |
---|---|---|
位置 | 資源所在的地理位置 | 字串 (必要) |
名字 | 資源名稱 | 字串 約束: 最小長度 = 3 最大長度 = 3 模式 = ^[a-z0-9]+(-[a-z0-9]+)* (必要) |
性能 | 更新 Azure Cosmos DB 輸送量集區的屬性。 | ThroughputPoolProperties |
標籤 | 資源標籤 | 標記名稱和值的字典。 |
類型 | 資源類型 | “Microsoft.DocumentDB/throughputPools@2024-09-01-preview” |
ThroughputPoolProperties
名字 | 描述 | 價值 |
---|---|---|
maxThroughput | 在集區中的 CosmosDB 資源之間共用輸送量的值。 | int |
provisioningState | ThroughputPool 的布建狀態。 | 'Canceled' '刪除' 'Failed' 'Initializing' 'InternallyReady' 'Online' 'Succeeded' 'Uninitialized' 'Updateing' |
TrackedResourceTags
名字 | 描述 | 價值 |
---|