Microsoft.DocumentDB databaseAccounts/cassandraKeyspaces/tables/throughputSettings 2019-12-12
Artikel 12/22/2024
2 inzenders
Feedback
In dit artikel
Bicep-resourcedefinitie
Het resourcetype databaseAccounts/cassandraKeyspaces/tables/throughputSettings kan worden geïmplementeerd met bewerkingen die zijn gericht op:
Zie logboek wijzigen voor een lijst met gewijzigde eigenschappen in elke API-versie.
Als u een Resource Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-12-12' = {
parent: resourceSymbolicName
location: 'string'
name: 'default'
properties: {
resource: {
provisionedThroughputSettings: {
autoUpgradePolicy: {
throughputPolicy: {
incrementPercent: int
isEnabled: bool
}
}
maxThroughput: int
}
throughput: int
}
}
tags: {
{customized property}: 'string'
}
}
Eigenschapswaarden
AutoUpgradePolicyResource
Naam
Beschrijving
Waarde
throughputPolicy
Vertegenwoordigt doorvoerbeleid waaraan de service moet voldoen voor automatische upgrade
ThroughputPolicyResource-
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings
ProvisionedThroughputSettingsResource
Naam
Beschrijving
Waarde
autoUpgradePolicy
Beleid voor automatische upgrade van Cosmos DB-resources
AutoUpgradePolicyResource-
maxThroughput
Vertegenwoordigt de maximale doorvoercontainer die omhoog kan worden geschaald.
int (vereist)
ThroughputPolicyResource
Naam
Beschrijving
Waarde
incrementPercent
Vertegenwoordigt het percentage waarmee doorvoer kan toenemen telkens wanneer het doorvoerbeleid wordt geactiveerd.
Int
isEnabled
Bepaalt of doorvoerbeleid actief is of niet
Bool
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Naam
Beschrijving
Waarde
provisionedThroughputSettings
Cosmos DB-resource voor ingerichte doorvoerinstellingen. Doorvoer is vereist of ingerichtThroughputSettings is vereist, maar niet beide.
ProvisionedThroughputSettingsResource
Doorvoer
Waarde van de doorvoer van cosmos DB-resources. Doorvoer is vereist of ingerichtThroughputSettings is vereist, maar niet beide.
Int
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
Resourcedefinitie van ARM-sjabloon
Het resourcetype databaseAccounts/cassandraKeyspaces/tables/throughputSettings kan worden geïmplementeerd met bewerkingen die zijn gericht op:
Zie logboek wijzigen voor een lijst met gewijzigde eigenschappen in elke API-versie.
Als u een Resource Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings wilt maken, voegt u de volgende JSON toe aan uw sjabloon.
{
"type": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings",
"apiVersion": "2019-12-12",
"name": "string",
"location": "string",
"properties": {
"resource": {
"provisionedThroughputSettings": {
"autoUpgradePolicy": {
"throughputPolicy": {
"incrementPercent": "int",
"isEnabled": "bool"
}
},
"maxThroughput": "int"
},
"throughput": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
Eigenschapswaarden
AutoUpgradePolicyResource
Naam
Beschrijving
Waarde
throughputPolicy
Vertegenwoordigt doorvoerbeleid waaraan de service moet voldoen voor automatische upgrade
ThroughputPolicyResource-
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings
Naam
Beschrijving
Waarde
apiVersion
De API-versie
'2019-12-12'
plaats
De locatie van de resourcegroep waartoe de resource behoort.
snaar
naam
De resourcenaam
'standaard' (vereist)
Eigenschappen
Eigenschappen voor het bijwerken van azure Cosmos DB-resourcedoorvoer.
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties (vereist)
Tags
Resourcetags
Woordenlijst met tagnamen en -waarden. Zie Tags in sjablonen
type
Het resourcetype
'Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings'
ProvisionedThroughputSettingsResource
Naam
Beschrijving
Waarde
autoUpgradePolicy
Beleid voor automatische upgrade van Cosmos DB-resources
AutoUpgradePolicyResource-
maxThroughput
Vertegenwoordigt de maximale doorvoercontainer die omhoog kan worden geschaald.
int (vereist)
ThroughputPolicyResource
Naam
Beschrijving
Waarde
incrementPercent
Vertegenwoordigt het percentage waarmee doorvoer kan toenemen telkens wanneer het doorvoerbeleid wordt geactiveerd.
Int
isEnabled
Bepaalt of doorvoerbeleid actief is of niet
Bool
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Naam
Beschrijving
Waarde
provisionedThroughputSettings
Cosmos DB-resource voor ingerichte doorvoerinstellingen. Doorvoer is vereist of ingerichtThroughputSettings is vereist, maar niet beide.
ProvisionedThroughputSettingsResource
Doorvoer
Waarde van de doorvoer van cosmos DB-resources. Doorvoer is vereist of ingerichtThroughputSettings is vereist, maar niet beide.
Int
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
Het resourcetype databaseAccounts/cassandraKeyspaces/tables/throughputSettings kan worden geïmplementeerd met bewerkingen die zijn gericht op:
Zie logboek wijzigen voor een lijst met gewijzigde eigenschappen in elke API-versie.
Als u een Resource Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-12-12"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
resource = {
provisionedThroughputSettings = {
autoUpgradePolicy = {
throughputPolicy = {
incrementPercent = int
isEnabled = bool
}
}
maxThroughput = int
}
throughput = int
}
}
})
}
Eigenschapswaarden
AutoUpgradePolicyResource
Naam
Beschrijving
Waarde
throughputPolicy
Vertegenwoordigt doorvoerbeleid waaraan de service moet voldoen voor automatische upgrade
ThroughputPolicyResource-
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings
Naam
Beschrijving
Waarde
plaats
De locatie van de resourcegroep waartoe de resource behoort.
snaar
naam
De resourcenaam
'standaard' (vereist)
parent_id
De id van de resource die het bovenliggende item voor deze resource is.
Id voor resource van het type: databaseAccounts/cassandraKeyspaces/tables
Eigenschappen
Eigenschappen voor het bijwerken van azure Cosmos DB-resourcedoorvoer.
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties (vereist)
Tags
Resourcetags
Woordenlijst met tagnamen en -waarden.
type
Het resourcetype
"Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/tables/throughputSettings@2019-12-12"
ProvisionedThroughputSettingsResource
Naam
Beschrijving
Waarde
autoUpgradePolicy
Beleid voor automatische upgrade van Cosmos DB-resources
AutoUpgradePolicyResource-
maxThroughput
Vertegenwoordigt de maximale doorvoercontainer die omhoog kan worden geschaald.
int (vereist)
ThroughputPolicyResource
Naam
Beschrijving
Waarde
incrementPercent
Vertegenwoordigt het percentage waarmee doorvoer kan toenemen telkens wanneer het doorvoerbeleid wordt geactiveerd.
Int
isEnabled
Bepaalt of doorvoerbeleid actief is of niet
Bool
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Naam
Beschrijving
Waarde
provisionedThroughputSettings
Cosmos DB-resource voor ingerichte doorvoerinstellingen. Doorvoer is vereist of ingerichtThroughputSettings is vereist, maar niet beide.
ProvisionedThroughputSettingsResource
Doorvoer
Waarde van de doorvoer van cosmos DB-resources. Doorvoer is vereist of ingerichtThroughputSettings is vereist, maar niet beide.
Int
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties