get Environment
Get environment Uses Azure REST API version 2018-10-15.
Return
Represents an environment instance
Parameters
argument
null
suspend fun getEnvironment(environmentName: String, environmentSettingName: String, expand: String? = null, labAccountName: String, labName: String, resourceGroupName: String): GetEnvironmentResult
Return
Represents an environment instance
Parameters
environment Name
The name of the environment.
environment Setting Name
The name of the environment Setting.
expand
Specify the $expand query. Example: 'properties($expand=networkInterface)'
lab Account Name
The name of the lab Account.
lab Name
The name of the lab.
resource Group Name
The name of the resource group.
See also
suspend fun getEnvironment(argument: suspend GetEnvironmentPlainArgsBuilder.() -> Unit): GetEnvironmentResult
Return
Represents an environment instance
Parameters
argument
Builder for com.pulumi.azurenative.labservices.kotlin.inputs.GetEnvironmentPlainArgs.