GetGen2EnvironmentPlainArgs

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

Constructors

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

Functions

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

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.