Microsoft.DocumentDB databaseAccounts/cassandraKeyspaces/tables/throughputSettings 2021-06-15
Artikel 2024-12-20
2 deltagare
Feedback
I den här artikeln
Bicep-resursdefinition
Resursformat
Egenskapsvärden
API Versions:
2021-06-15
Resurstypen databaseAccounts/cassandraKeyspaces/tables/throughputSettings kan distribueras med åtgärder som mål:
En lista över ändrade egenskaper i varje API-version finns i ändringsloggen .
Om du vill skapa en Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings-resurs lägger du till följande Bicep i mallen.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-06-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
Expandera tabell
Namn
Beskrivning
Värde
autoUpgradePolicy
Princip för automatisk uppgradering av Cosmos DB-resurser
AutoUpgradePolicyResource
maxThroughput
Representerar maximalt dataflöde som containern kan skala upp till.
int (krävs)
AutoUpgradePolicyResource
Expandera tabell
Namn
Beskrivning
Värde
throughputPolicy
Representerar den dataflödesprincip som tjänsten måste följa för automatisk uppgradering
ThroughputPolicyResource
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings
Expandera tabell
Expandera tabell
Expandera tabell
Namn
Beskrivning
Värde
incrementPercent
Representerar den procentandel med vilken dataflödet kan öka varje gång dataflödesprincipen startar.
Int
isEnabled
Avgör om ThroughputPolicy är aktiv eller inte
Bool
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Expandera tabell
Namn
Beskrivning
Värde
autoscaleSettings
Cosmos DB-resurs för autoskalningsinställningar. Antingen krävs dataflöde eller autoscaleSettings, men inte båda.
AutoscaleSettingsResource
genomströmning
Värdet för Cosmos DB-resursens dataflöde. Antingen krävs dataflöde eller autoscaleSettings, men inte båda.
Int
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
Expandera tabell
Resursdefinition för ARM-mall
Resurstypen databaseAccounts/cassandraKeyspaces/tables/throughputSettings kan distribueras med åtgärder som mål:
En lista över ändrade egenskaper i varje API-version finns i ändringsloggen .
Om du vill skapa en Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings-resurs lägger du till följande JSON i mallen.
{
"type": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings",
"apiVersion": "2021-06-15",
"name": "string",
"location": "string",
"properties": {
"resource": {
"autoscaleSettings": {
"autoUpgradePolicy": {
"throughputPolicy": {
"incrementPercent": "int",
"isEnabled": "bool"
}
},
"maxThroughput": "int"
},
"throughput": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
AutoscaleSettingsResource
Expandera tabell
Namn
Beskrivning
Värde
autoUpgradePolicy
Princip för automatisk uppgradering av Cosmos DB-resurser
AutoUpgradePolicyResource
maxThroughput
Representerar maximalt dataflöde som containern kan skala upp till.
int (krävs)
AutoUpgradePolicyResource
Expandera tabell
Namn
Beskrivning
Värde
throughputPolicy
Representerar den dataflödesprincip som tjänsten måste följa för automatisk uppgradering
ThroughputPolicyResource
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings
Expandera tabell
Namn
Beskrivning
Värde
apiVersion
API-versionen
'2021-06-15'
plats
Platsen för den resursgrupp som resursen tillhör.
sträng
Namn
Resursnamnet
"standard" (krävs)
Egenskaper
Egenskaper för att uppdatera dataflödet för Azure Cosmos DB-resurser.
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties (krävs)
Taggar
Resurstaggar
Ordlista med taggnamn och värden. Se taggar i mallar
typ
Resurstypen
"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings"
Expandera tabell
Expandera tabell
Namn
Beskrivning
Värde
incrementPercent
Representerar den procentandel med vilken dataflödet kan öka varje gång dataflödesprincipen startar.
Int
isEnabled
Avgör om ThroughputPolicy är aktiv eller inte
Bool
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Expandera tabell
Namn
Beskrivning
Värde
autoscaleSettings
Cosmos DB-resurs för autoskalningsinställningar. Antingen krävs dataflöde eller autoscaleSettings, men inte båda.
AutoscaleSettingsResource
genomströmning
Värdet för Cosmos DB-resursens dataflöde. Antingen krävs dataflöde eller autoscaleSettings, men inte båda.
Int
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
Expandera tabell
Resursdefinition för Terraform (AzAPI-provider)
Resurstypen databaseAccounts/cassandraKeyspaces/tables/throughputSettings kan distribueras med åtgärder som mål:
En lista över ändrade egenskaper i varje API-version finns i ändringsloggen .
Om du vill skapa en Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings-resurs lägger du till följande Terraform i mallen.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-06-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
Expandera tabell
Namn
Beskrivning
Värde
autoUpgradePolicy
Princip för automatisk uppgradering av Cosmos DB-resurser
AutoUpgradePolicyResource
maxThroughput
Representerar maximalt dataflöde som containern kan skala upp till.
int (krävs)
AutoUpgradePolicyResource
Expandera tabell
Namn
Beskrivning
Värde
throughputPolicy
Representerar den dataflödesprincip som tjänsten måste följa för automatisk uppgradering
ThroughputPolicyResource
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings
Expandera tabell
Namn
Beskrivning
Värde
plats
Platsen för den resursgrupp som resursen tillhör.
sträng
Namn
Resursnamnet
"standard" (krävs)
parent_id
ID för resursen som är överordnad för den här resursen.
ID för resurs av typen: databaseAccounts/cassandraKeyspaces/tables
Egenskaper
Egenskaper för att uppdatera dataflödet för Azure Cosmos DB-resurser.
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties (krävs)
Taggar
Resurstaggar
Ordlista med taggnamn och värden.
typ
Resurstypen
"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2021-06-15"
Expandera tabell
Expandera tabell
Namn
Beskrivning
Värde
incrementPercent
Representerar den procentandel med vilken dataflödet kan öka varje gång dataflödesprincipen startar.
Int
isEnabled
Avgör om ThroughputPolicy är aktiv eller inte
Bool
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Expandera tabell
Namn
Beskrivning
Värde
autoscaleSettings
Cosmos DB-resurs för autoskalningsinställningar. Antingen krävs dataflöde eller autoscaleSettings, men inte båda.
AutoscaleSettingsResource
genomströmning
Värdet för Cosmos DB-resursens dataflöde. Antingen krävs dataflöde eller autoscaleSettings, men inte båda.
Int
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
Expandera tabell