CopyActivity Class
Copy activity.
Constructor
CopyActivity(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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. |
|
type_properties
|
Copy activity properties. Required. |
|
inputs
|
List of inputs for the activity. |
|
outputs
|
List of outputs for the activity. |
|
type
|
Type of activity. Required. Default value is "Copy". |
Attributes
inputs
List of inputs for the activity.
inputs: list['_models.DatasetReference'] | None
outputs
List of outputs for the activity.
outputs: list['_models.DatasetReference'] | None
type
Type of activity. Required. Default value is "Copy".
type: Literal['Copy']
type_properties
Copy activity properties. Required.
type_properties: _models.CopyActivityTypeProperties