GetGen2EnvironmentResult

data class GetGen2EnvironmentResult(val creationTime: String, val dataAccessFqdn: String, val dataAccessId: String, val id: String, val kind: String, val location: String, val name: String, val provisioningState: String, val sku: SkuResponse, val status: EnvironmentStatusResponse, val storageConfiguration: Gen2StorageConfigurationOutputResponse, val tags: Map<String, String>? = null, val timeSeriesIdProperties: List<TimeSeriesIdPropertyResponse>, val type: String, val warmStoreConfiguration: WarmStoreConfigurationPropertiesResponse? = null)

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource. Gen2 environments do not have set data retention limits.

Constructors

Link copied to clipboard
constructor(creationTime: String, dataAccessFqdn: String, dataAccessId: String, id: String, kind: String, location: String, name: String, provisioningState: String, sku: SkuResponse, status: EnvironmentStatusResponse, storageConfiguration: Gen2StorageConfigurationOutputResponse, tags: Map<String, String>? = null, timeSeriesIdProperties: List<TimeSeriesIdPropertyResponse>, type: String, warmStoreConfiguration: WarmStoreConfigurationPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the resource was created.

Link copied to clipboard

The fully qualified domain name used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.

Link copied to clipboard

An id used to access the environment data, e.g. to query the environment's events or upload reference data for the environment.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The kind of the environment. Expected value is 'Gen2'.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.

Link copied to clipboard

An object that represents the status of the environment, and its internal state in the Time Series Insights service.

Link copied to clipboard

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

The list of event properties which will be used to define the environment's time series id.

Link copied to clipboard

Resource type

Link copied to clipboard

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.