IntegrationRuntimeSsisPackageStoreArgs

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

Constructors

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

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.

Functions

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