getVariableValue

This operation retrieves a single variable value; given its name, subscription it was created at and the variable it's created for. Azure REST API version: 2022-08-01-preview.

Return

The variable value.

Parameters

argument

null


suspend fun getVariableValue(variableName: String, variableValueName: String): GetVariableValueResult

Return

The variable value.

See also

Parameters

variableName

The name of the variable to operate on.

variableValueName

The name of the variable value to operate on.


Return

The variable value.

See also

Parameters

argument

Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetVariableValuePlainArgs.