Dela via


Microsoft.DocumentDB databaseAccounts/cassandraKeyspaces/throughputSettings 2019-08-01

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.

Resursformat

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

Namn Beskrivning Värde
plats Platsen för den resursgrupp som resursen tillhör. sträng
Namn Resursnamnet "standard" (krävs)
förälder I Bicep kan du ange den överordnade resursen för en underordnad resurs. Du behöver bara lägga till den här egenskapen när den underordnade resursen deklareras utanför den överordnade resursen.

Mer information finns i Underordnad resurs utanför den överordnade resursen.
Symboliskt namn 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. Se taggar i mallar

Taggar

Namn Beskrivning Värde

ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource

Namn Beskrivning Värde
genomströmning Värdet för Cosmos DB-resursens dataflöde int (krävs)

ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties

Namn Beskrivning Värde
resurs JSON-standardformatet för ett resursdataflöde ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource (krävs)

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.

Resursformat

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"

Taggar

Namn Beskrivning Värde

ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource

Namn Beskrivning Värde
genomströmning Värdet för Cosmos DB-resursens dataflöde int (krävs)

ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties

Namn Beskrivning Värde
resurs JSON-standardformatet för ett resursdataflöde ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource (krävs)

Resursdefinition för Terraform (AzAPI-provider)

Resurstypen databaseAccounts/cassandraKeyspaces/throughputSettings kan distribueras med åtgärder som mål:

  • Resursgrupper

En lista över ändrade egenskaper i varje API-version finns i ändringsloggen.

Resursformat

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"

Taggar

Namn Beskrivning Värde

ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource

Namn Beskrivning Värde
genomströmning Värdet för Cosmos DB-resursens dataflöde int (krävs)

ThroughputSettingsUpdatePropertiesOrThroughputSettingsGetProperties

Namn Beskrivning Värde
resurs JSON-standardformatet för ett resursdataflöde ThroughputSettingsResourceOrThroughputSettingsGetPropertiesResource (krävs)