Microsoft.DocumentDB databaseAccounts/cassandraKeyspaces/throughputSettings 2019-08-01
Artikel 12/21/2024
2 deltagare
Feedback
I den här artikeln
Bicep-resursdefinition
Resurstypen databaseAccounts/cassandraKeyspaces/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/throughputSettings-resurs lägger du till följande Bicep i mallen.
resource symbolicname 'Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-08-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'default'
properties: {
resource: {
throughput: int
}
}
tags: {
{customized property}: 'string'
}
}
Egenskapsvärden
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Namn
Beskrivning
Värde
genomströmning
Värdet för Cosmos DB-resursens dataflöde
int (krävs)
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
Resursdefinition för ARM-mall
Resurstypen databaseAccounts/cassandraKeyspaces/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/throughputSettings-resurs lägger du till följande JSON i mallen.
{
"type": "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings",
"apiVersion": "2019-08-01",
"name": "string",
"location": "string",
"properties": {
"resource": {
"throughput": "int"
}
},
"tags": {
"{customized property}": "string"
}
}
Egenskapsvärden
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings
Namn
Beskrivning
Värde
apiVersion
API-versionen
'2019-08-01'
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/throughputSettings"
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Namn
Beskrivning
Värde
genomströmning
Värdet för Cosmos DB-resursens dataflöde
int (krävs)
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties
Resurstypen databaseAccounts/cassandraKeyspaces/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/throughputSettings-resurs lägger du till följande Terraform i mallen.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings@2019-08-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
resource = {
throughput = int
}
}
})
}
Egenskapsvärden
Microsoft.DocumentDB/databaseAccounts/cassandraKeyspaces/throughputSettings
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
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/throughputSettings@2019-08-01"
ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource
Namn
Beskrivning
Värde
genomströmning
Värdet för Cosmos DB-resursens dataflöde
int (krävs)
ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties