SsisEnvironment Class
Ssis environment.
Constructor
SsisEnvironment(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Metadata id. |
|
name
|
Metadata name. |
|
description
|
Metadata description. |
|
folder_id
|
Folder id which contains environment. |
|
variables
|
Variable in environment. |
|
type
|
str or
<xref:azure.mgmt.datafactory.models.ENVIRONMENT>
Type of metadata. Required. Environment. |
Attributes
folder_id
Folder id which contains environment.
folder_id: int | None
type
Type of metadata. Required. Environment.
type: ENVIRONMENT: 'Environment'>]
variables
Variable in environment.
variables: list['_models.SsisVariable'] | None