getGen1Environment

Gets the environment with the specified name in the specified subscription and resource group. Uses Azure REST API version 2020-05-15.

Return

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

Parameters

argument

null


suspend fun getGen1Environment(environmentName: String, expand: String? = null, resourceGroupName: String): GetGen1EnvironmentResult

Return

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

Parameters

environmentName

The name of the Time Series Insights environment associated with the specified resource group.

expand

Setting $expand=status will include the status of the internal services of the environment in the Time Series Insights service.

resourceGroupName

Name of an Azure Resource group.

See also


Return

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

Parameters

argument

Builder for com.pulumi.azurenative.timeseriesinsights.kotlin.inputs.GetGen1EnvironmentPlainArgs.

See also