ExecuteSSISPackageActivity Class
Execute SSIS package activity.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.ExecutionActivityExecuteSSISPackageActivity
Constructor
ExecuteSSISPackageActivity(*, name: str, package_location: _models.SSISPackageLocation, connect_via: _models.IntegrationRuntimeReference, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, state: str | _models.ActivityState | None = None, on_inactive_mark_as: str | _models.ActivityOnInactiveMarkAs | None = None, depends_on: List[_models.ActivityDependency] | None = None, user_properties: List[_models.UserProperty] | None = None, linked_service_name: _models.LinkedServiceReference | None = None, policy: _models.ActivityPolicy | None = None, runtime: MutableMapping[str, Any] | None = None, logging_level: MutableMapping[str, Any] | None = None, environment_path: MutableMapping[str, Any] | None = None, execution_credential: _models.SSISExecutionCredential | None = None, project_parameters: Dict[str, _models.SSISExecutionParameter] | None = None, package_parameters: Dict[str, _models.SSISExecutionParameter] | None = None, project_connection_managers: Dict[str, Dict[str, _models.SSISExecutionParameter]] | None = None, package_connection_managers: Dict[str, Dict[str, _models.SSISExecutionParameter]] | None = None, property_overrides: Dict[str, _models.SSISPropertyOverride] | None = None, log_location: _models.SSISLogLocation | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
name
|
Activity name. Required. |
description
|
Activity description. |
state
|
str or
ActivityState
Activity state. This is an optional property and if not provided, the state will be Active by default. Known values are: "Active" and "Inactive". |
on_inactive_mark_as
|
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. Known values are: "Succeeded", "Failed", and "Skipped". |
depends_on
|
Activity depends on condition. |
user_properties
|
Activity user properties. |
linked_service_name
|
Linked service reference. |
policy
|
Activity policy. |
package_location
|
SSIS package location. Required. |
runtime
|
<xref:JSON>
Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string). |
logging_level
|
<xref:JSON>
The logging level of SSIS package execution. Type: string (or Expression with resultType string). |
environment_path
|
<xref:JSON>
The environment path to execute the SSIS package. Type: string (or Expression with resultType string). |
execution_credential
|
The package execution credential. |
connect_via
|
The integration runtime reference. Required. |
project_parameters
|
The project level parameters to execute the SSIS package. |
package_parameters
|
The package level parameters to execute the SSIS package. |
project_connection_managers
|
The project level connection managers to execute the SSIS package. |
package_connection_managers
|
The package level connection managers to execute the SSIS package. |
property_overrides
|
The property overrides to execute the SSIS package. |
log_location
|
SSIS package execution log location. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
name
|
Activity name. Required. |
type
|
Type of activity. Required. |
description
|
Activity description. |
state
|
str or
ActivityState
Activity state. This is an optional property and if not provided, the state will be Active by default. Known values are: "Active" and "Inactive". |
on_inactive_mark_as
|
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. Known values are: "Succeeded", "Failed", and "Skipped". |
depends_on
|
Activity depends on condition. |
user_properties
|
Activity user properties. |
linked_service_name
|
Linked service reference. |
policy
|
Activity policy. |
package_location
|
SSIS package location. Required. |
runtime
|
<xref:JSON>
Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string). |
logging_level
|
<xref:JSON>
The logging level of SSIS package execution. Type: string (or Expression with resultType string). |
environment_path
|
<xref:JSON>
The environment path to execute the SSIS package. Type: string (or Expression with resultType string). |
execution_credential
|
The package execution credential. |
connect_via
|
The integration runtime reference. Required. |
project_parameters
|
The project level parameters to execute the SSIS package. |
package_parameters
|
The package level parameters to execute the SSIS package. |
project_connection_managers
|
The project level connection managers to execute the SSIS package. |
package_connection_managers
|
The package level connection managers to execute the SSIS package. |
property_overrides
|
The property overrides to execute the SSIS package. |
log_location
|
SSIS package execution log location. |
Azure SDK for Python