getFormula

Get formula. Uses Azure REST API version 2018-09-15.

Return

A formula for creating a VM, specifying an image base and other parameters

Parameters

argument

null


suspend fun getFormula(expand: String? = null, labName: String, name: String, resourceGroupName: String): GetFormulaResult

Return

A formula for creating a VM, specifying an image base and other parameters

Parameters

expand

Specify the $expand query. Example: 'properties($select=description)'

labName

The name of the lab.

name

The name of the formula.

resourceGroupName

The name of the resource group.

See also


suspend fun getFormula(argument: suspend GetFormulaPlainArgsBuilder.() -> Unit): GetFormulaResult

Return

A formula for creating a VM, specifying an image base and other parameters

Parameters

argument

Builder for com.pulumi.azurenative.devtestlab.kotlin.inputs.GetFormulaPlainArgs.

See also