Microsoft.DocumentDB databaseAccounts/tables/throughputSettings 2020-03-01
Artikel 21-12-2024
2 inzenders
Feedback
In dit artikel
Bicep-resourcedefinitie
Resource-indeling
Eigenschapswaarden
API Versions:
2020-03-01
Het resourcetype databaseAccounts/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/tables/throughputSettings wilt maken, voegt u de volgende Bicep toe aan uw sjabloon.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-03-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'default'
properties: {
resource: {
provisionedThroughputSettings: {
autoUpgradePolicy: {
throughputPolicy: {
incrementPercent: int
isEnabled: bool
}
}
maxThroughput: int
}
throughput: int
}
}
tags: {
{customized property}: 'string'
}
}
AutoUpgradePolicyResource
Tabel uitvouwen
Naam
Beschrijving
Waarde
throughputPolicy
Vertegenwoordigt doorvoerbeleid waaraan de service moet voldoen voor automatische upgrade
ThroughputPolicyResource-
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings
Tabel uitvouwen
ProvisionedThroughputSettingsResource
Tabel uitvouwen
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)
Tabel uitvouwen
Tabel uitvouwen
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
Tabel uitvouwen
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
Tabel uitvouwen
Resourcedefinitie van ARM-sjabloon
Het resourcetype databaseAccounts/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/tables/throughputSettings wilt maken, voegt u de volgende JSON toe aan uw sjabloon.
{
"type": "Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings",
"apiVersion": "2020-03-01",
"name": "string",
"location": "string",
"properties": {
"resource": {
"provisionedThroughputSettings": {
"autoUpgradePolicy": {
"throughputPolicy": {
"incrementPercent": "int",
"isEnabled": "bool"
}
},
"maxThroughput": "int"
},
"throughput": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
AutoUpgradePolicyResource
Tabel uitvouwen
Naam
Beschrijving
Waarde
throughputPolicy
Vertegenwoordigt doorvoerbeleid waaraan de service moet voldoen voor automatische upgrade
ThroughputPolicyResource-
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings
Tabel uitvouwen
Naam
Beschrijving
Waarde
apiVersion
De API-versie
'2020-03-01'
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/tables/throughputSettings'
ProvisionedThroughputSettingsResource
Tabel uitvouwen
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)
Tabel uitvouwen
Tabel uitvouwen
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
Tabel uitvouwen
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
Tabel uitvouwen
Resourcedefinitie van Terraform (AzAPI-provider)
Het resourcetype databaseAccounts/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/tables/throughputSettings wilt maken, voegt u de volgende Terraform toe aan uw sjabloon.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings@2020-03-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
resource = {
provisionedThroughputSettings = {
autoUpgradePolicy = {
throughputPolicy = {
incrementPercent = int
isEnabled = bool
}
}
maxThroughput = int
}
throughput = int
}
}
}
}
AutoUpgradePolicyResource
Tabel uitvouwen
Naam
Beschrijving
Waarde
throughputPolicy
Vertegenwoordigt doorvoerbeleid waaraan de service moet voldoen voor automatische upgrade
ThroughputPolicyResource-
Microsoft.DocumentDB/databaseAccounts/tables/throughputSettings
Tabel uitvouwen
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/tabellen
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/tables/throughputSettings@2020-03-01"
ProvisionedThroughputSettingsResource
Tabel uitvouwen
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)
Tabel uitvouwen
Tabel uitvouwen
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
Tabel uitvouwen
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
Tabel uitvouwen