get Integration Runtime Connection Info
suspend fun getIntegrationRuntimeConnectionInfo(argument: GetIntegrationRuntimeConnectionInfoPlainArgs): GetIntegrationRuntimeConnectionInfoResult
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
factory Name
The factory name.
integration Runtime Name
The integration runtime name.
resource Group Name
The resource group name.
See also
suspend fun getIntegrationRuntimeConnectionInfo(argument: suspend GetIntegrationRuntimeConnectionInfoPlainArgsBuilder.() -> Unit): GetIntegrationRuntimeConnectionInfoResult
Return
Connection information for encrypting the on-premises data source credentials.
Parameters
argument
Builder for com.pulumi.azurenative.datafactory.kotlin.inputs.GetIntegrationRuntimeConnectionInfoPlainArgs.