SsisEnvironment Class
Ssis environment.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.SsisObjectMetadataSsisEnvironment
Constructor
SsisEnvironment(*, id: int | None = None, name: str | None = None, description: str | None = None, folder_id: int | None = None, variables: List[_models.SsisVariable] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Metadata id. |
name
|
Metadata name. |
description
|
Metadata description. |
folder_id
|
Folder id which contains environment. |
variables
|
Variable in environment. |
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 environment. |
variables
|
Variable in environment. |
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