IntegrationRuntimeSsisPackageStoreArgs

data class IntegrationRuntimeSsisPackageStoreArgs(val linkedServiceName: Output<String>, val name: Output<String>) : ConvertibleToJava<IntegrationRuntimeSsisPackageStoreArgs>

Constructors

Link copied to clipboard
fun IntegrationRuntimeSsisPackageStoreArgs(linkedServiceName: Output<String>, name: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): IntegrationRuntimeSsisPackageStoreArgs

Properties

Link copied to clipboard

Name of the Linked Service to associate with the packages.

Link copied to clipboard
val name: Output<String>

Name of the package store.