SsisPackage Class
Ssis Package.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.SsisObjectMetadataSsisPackage
Constructor
SsisPackage(*, id: int | None = None, name: str | None = None, description: str | None = None, folder_id: int | None = None, project_version: int | None = None, project_id: int | None = None, parameters: List[_models.SsisParameter] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Metadata id. |
name
|
Metadata name. |
description
|
Metadata description. |
folder_id
|
Folder id which contains package. |
project_version
|
Project version which contains package. |
project_id
|
Project id which contains package. |
parameters
|
Parameters in package. |
Variables
Name | Description |
---|---|
type
|
Type of metadata. Required. Known values are: "Folder", "Project", "Package", and "Environment". |
id
|
Metadata id. |
name
|
Metadata name. |
description
|
Metadata description. |
folder_id
|
Folder id which contains package. |
project_version
|
Project version which contains package. |
project_id
|
Project id which contains package. |
parameters
|
Parameters in package. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python