getGen2Environment

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. Gen2 environments do not have set data retention limits.

Parameters

argument

null


suspend fun getGen2Environment(environmentName: String, expand: String? = null, resourceGroupName: String): GetGen2EnvironmentResult

Return

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.

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. Gen2 environments do not have set data retention limits.

Parameters

argument

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

See also