GetGen2EnvironmentPlainArgs

data class GetGen2EnvironmentPlainArgs(val environmentName: String, val expand: String? = null, val resourceGroupName: String) : ConvertibleToJava<GetGen2EnvironmentPlainArgs>

Constructors

Link copied to clipboard
constructor(environmentName: String, expand: String? = null, resourceGroupName: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val expand: String? = null

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

Link copied to clipboard

Name of an Azure Resource group.

Functions

Link copied to clipboard
open override fun toJava(): GetGen2EnvironmentPlainArgs