CustomActivityReferenceObject Class
Reference objects for custom activity.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelCustomActivityReferenceObject
Constructor
CustomActivityReferenceObject(*, linked_services: List[_models.LinkedServiceReference] | None = None, datasets: List[_models.DatasetReference] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
linked_services
|
Linked service references. |
datasets
|
Dataset references. |
Variables
Name | Description |
---|---|
linked_services
|
Linked service references. |
datasets
|
Dataset references. |
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