SSISPackageLocation Class

SSIS package location.

Inheritance
azure.mgmt.datafactory._serialization.Model
SSISPackageLocation

Constructor

SSISPackageLocation(*, package_path: MutableMapping[str, Any] | None = None, type: str | _models.SsisPackageLocationType | None = None, package_password: _models.SecretBase | None = None, access_credential: _models.SSISAccessCredential | None = None, configuration_path: MutableMapping[str, Any] | None = None, configuration_access_credential: _models.SSISAccessCredential | None = None, package_name: str | None = None, package_content: MutableMapping[str, Any] | None = None, package_last_modified_date: str | None = None, child_packages: List[_models.SSISChildPackage] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
package_path
<xref:JSON>

The SSIS package path. Type: string (or Expression with resultType string).

type

The type of SSIS package location. Known values are: "SSISDB", "File", "InlinePackage", and "PackageStore".

package_password

Password of the package.

access_credential

The package access credential.

configuration_path
<xref:JSON>

The configuration file of the package execution. Type: string (or Expression with resultType string).

configuration_access_credential

The configuration file access credential.

package_name
str

The package name.

package_content
<xref:JSON>

The embedded package content. Type: string (or Expression with resultType string).

package_last_modified_date
str

The embedded package last modified date.

child_packages

The embedded child package list.

Variables

Name Description
package_path
<xref:JSON>

The SSIS package path. Type: string (or Expression with resultType string).

type

The type of SSIS package location. Known values are: "SSISDB", "File", "InlinePackage", and "PackageStore".

package_password

Password of the package.

access_credential

The package access credential.

configuration_path
<xref:JSON>

The configuration file of the package execution. Type: string (or Expression with resultType string).

configuration_access_credential

The configuration file access credential.

package_name
str

The package name.

package_content
<xref:JSON>

The embedded package content. Type: string (or Expression with resultType string).

package_last_modified_date
str

The embedded package last modified date.

child_packages

The embedded child package list.