Get Environment Result
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)