get Variable Object
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
automation Account Name
The name of the automation account in which the Automation Variable exists.
name
The name of the Automation Variable.
resource Group Name
The Name of the Resource Group where the automation account exists.
See also
suspend fun getVariableObject(argument: suspend GetVariableObjectPlainArgsBuilder.() -> Unit): GetVariableObjectResult
Return
A collection of values returned by getVariableObject.
Parameters
argument
Builder for com.pulumi.azure.automation.kotlin.inputs.GetVariableObjectPlainArgs.