get Variable Value
This operation retrieves a single variable value; given its name, subscription it was created at and the variable it's created for. Uses Azure REST API version 2022-08-01-preview. Other available API versions: 2024-12-01-preview.
Return
The variable value.
Parameters
argument
null
suspend fun getVariableValue(variableName: String, variableValueName: String): GetVariableValueResult
Return
The variable value.
Parameters
variable Name
The name of the variable to operate on.
variable Value Name
The name of the variable value to operate on.
See also
suspend fun getVariableValue(argument: suspend GetVariableValuePlainArgsBuilder.() -> Unit): GetVariableValueResult
Return
The variable value.
Parameters
argument
Builder for com.pulumi.azurenative.authorization.kotlin.inputs.GetVariableValuePlainArgs.