getVariableObject

Use this data source to access information about an existing Automation Object Variable.

Return

A collection of values returned by getVariableObject.

Parameters

argument

A collection of arguments for invoking getVariableObject.


suspend fun getVariableObject(automationAccountName: String, name: String, resourceGroupName: String): GetVariableObjectResult

Return

A collection of values returned by getVariableObject.

Parameters

automationAccountName

The name of the automation account in which the Automation Variable exists.

name

The name of the Automation Variable.

resourceGroupName

The Name of the Resource Group where the automation account exists.

See also


Return

A collection of values returned by getVariableObject.

Parameters

argument

Builder for com.pulumi.azure.automation.kotlin.inputs.GetVariableObjectPlainArgs.

See also