get Connection
Retrieve the connection identified by connection name. API Version: 2019-06-01.
Return
Definition of the connection.
Parameters
argument
null
suspend fun getConnection(automationAccountName: String, connectionName: String, resourceGroupName: String): GetConnectionResult
Return
Definition of the connection.
See also
Parameters
automation Account Name
The name of the automation account.
connection Name
The name of connection.
resource Group Name
Name of an Azure Resource group.
suspend fun getConnection(argument: suspend GetConnectionPlainArgsBuilder.() -> Unit): GetConnectionResult
Return
Definition of the connection.
See also
Parameters
argument
Builder for com.pulumi.azurenative.automation.kotlin.inputs.GetConnectionPlainArgs.