getIntegrationRuntimeConnectionInfo

Gets the on-premises integration runtime connection information for encrypting the on-premises data source credentials. Uses Azure REST API version 2018-06-01.

Return

Connection information for encrypting the on-premises data source credentials.

Parameters

argument

null


suspend fun getIntegrationRuntimeConnectionInfo(factoryName: String, integrationRuntimeName: String, resourceGroupName: String): GetIntegrationRuntimeConnectionInfoResult

Return

Connection information for encrypting the on-premises data source credentials.

Parameters

factoryName

The factory name.

integrationRuntimeName

The integration runtime name.

resourceGroupName

The resource group name.

See also


Return

Connection information for encrypting the on-premises data source credentials.

Parameters

argument

Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetIntegrationRuntimeConnectionInfoPlainArgs.

See also