Gen2EnvironmentUpdateParameters Class

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

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.timeseriesinsights.models._models_py3.EnvironmentUpdateParameters
Gen2EnvironmentUpdateParameters

Constructor

Gen2EnvironmentUpdateParameters(*, tags: Optional[Dict[str, str]] = None, storage_configuration: Optional[azure.mgmt.timeseriesinsights.models._models_py3.Gen2StorageConfigurationMutableProperties] = None, warm_store_configuration: Optional[azure.mgmt.timeseriesinsights.models._models_py3.WarmStoreConfigurationProperties] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. Key-value pairs of additional properties for the environment.

storage_configuration
Gen2StorageConfigurationMutableProperties
Required

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.

warm_store_configuration
WarmStoreConfigurationProperties
Required

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.

Variables

kind
str or EnvironmentKind

The kind of the environment.Constant filled by server. Possible values include: "Gen1", "Gen2".