Gen2EnvironmentUpdateParameters interface

Parameters supplied to the Update Environment operation to update a Gen2 environment.

Extends

Properties

kind

Polymorphic discriminator, which specifies the different types this object can be

storageConfiguration

The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.

warmStoreConfiguration

The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.

Inherited Properties

tags

Key-value pairs of additional properties for the environment.

Property Details

kind

Polymorphic discriminator, which specifies the different types this object can be

kind: "Gen2"

Property Value

"Gen2"

storageConfiguration

The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.

storageConfiguration?: Gen2StorageConfigurationMutableProperties

Property Value

warmStoreConfiguration

The warm store configuration provides the details to create a warm store cache that will retain a copy of the environment's data available for faster query.

warmStoreConfiguration?: WarmStoreConfigurationProperties

Property Value

Inherited Property Details

tags

Key-value pairs of additional properties for the environment.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From EnvironmentUpdateParameters.tags