GetEnvironmentResult

data class GetEnvironmentResult(val id: String, val kind: String, val location: String, val name: String, val sku: SkuResponse, val tags: Map<String, String>? = null, val type: String)

An environment is a set of time-series data available for query, and is the top level Azure Time Series Insights resource.

Constructors

Link copied to clipboard
fun GetEnvironmentResult(id: String, kind: String, location: String, name: String, sku: SkuResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The kind of the environment.

Link copied to clipboard

Resource location

Link copied to clipboard

Resource name

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
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type