SSISChildPackage Class

SSIS embedded child package.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
SSISChildPackage

Constructor

SSISChildPackage(*, package_path: MutableMapping[str, Any], package_content: MutableMapping[str, Any], package_name: str | None = None, package_last_modified_date: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
package_path
<xref:JSON>

Path for embedded child package. Type: string (or Expression with resultType string). Required.

package_name
str

Name for embedded child package.

package_content
<xref:JSON>

Content for embedded child package. Type: string (or Expression with resultType string). Required.

package_last_modified_date
str

Last modified date for embedded child package.

Variables

Name Description
package_path
<xref:JSON>

Path for embedded child package. Type: string (or Expression with resultType string). Required.

package_name
str

Name for embedded child package.

package_content
<xref:JSON>

Content for embedded child package. Type: string (or Expression with resultType string). Required.

package_last_modified_date
str

Last modified date for embedded child package.