ThroughputSettingsUpdateParameters interface

Parameters to update Cosmos DB resource throughput.

Extends

Properties

resource

The standard JSON format of a resource throughput

Inherited Properties

id

The unique resource identifier of the ARM resource.

identity

Identity for the resource.

location

The location of the resource group to which the resource belongs.

name

The name of the ARM resource.

tags

Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".

type

The type of Azure resource.

Property Details

resource

The standard JSON format of a resource throughput

resource: ThroughputSettingsResource

Property Value

Inherited Property Details

id

The unique resource identifier of the ARM resource.

id?: string

Property Value

string

Inherited From ARMResourceProperties.id

identity

Identity for the resource.

identity?: ManagedServiceIdentity

Property Value

Inherited From ARMResourceProperties.identity

location

The location of the resource group to which the resource belongs.

location?: string

Property Value

string

Inherited From ARMResourceProperties.location

name

The name of the ARM resource.

name?: string

Property Value

string

Inherited From ARMResourceProperties.name

tags

Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with "defaultExperience": "Cassandra". Current "defaultExperience" values also include "Table", "Graph", "DocumentDB", and "MongoDB".

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From ARMResourceProperties.tags

type

The type of Azure resource.

type?: string

Property Value

string

Inherited From ARMResourceProperties.type