Class CustomActivityReferenceObject
java.lang.Object
com.azure.resourcemanager.datafactory.models.CustomActivityReferenceObject
Reference objects for custom activity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CustomActivityReferenceObject class. -
Method Summary
Modifier and TypeMethodDescriptiondatasets()
Get the datasets property: Dataset references.Get the linkedServices property: Linked service references.void
validate()
Validates the instance.withDatasets
(List<DatasetReference> datasets) Set the datasets property: Dataset references.withLinkedServices
(List<LinkedServiceReference> linkedServices) Set the linkedServices property: Linked service references.
-
Constructor Details
-
CustomActivityReferenceObject
public CustomActivityReferenceObject()Creates an instance of CustomActivityReferenceObject class.
-
-
Method Details
-
linkedServices
Get the linkedServices property: Linked service references.- Returns:
- the linkedServices value.
-
withLinkedServices
public CustomActivityReferenceObject withLinkedServices(List<LinkedServiceReference> linkedServices) Set the linkedServices property: Linked service references.- Parameters:
linkedServices
- the linkedServices value to set.- Returns:
- the CustomActivityReferenceObject object itself.
-
datasets
Get the datasets property: Dataset references.- Returns:
- the datasets value.
-
withDatasets
Set the datasets property: Dataset references.- Parameters:
datasets
- the datasets value to set.- Returns:
- the CustomActivityReferenceObject object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-