CustomActivityReferenceObject Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.CustomActivityReferenceObject

public final class CustomActivityReferenceObject

Reference objects for custom activity.

Constructor Summary

Constructor Description
CustomActivityReferenceObject()

Creates an instance of CustomActivityReferenceObject class.

Method Summary

Modifier and Type Method and Description
List<DatasetReference> datasets()

Get the datasets property: Dataset references.

List<LinkedServiceReference> linkedServices()

Get the linkedServices property: Linked service references.

void validate()

Validates the instance.

CustomActivityReferenceObject withDatasets(List<DatasetReference> datasets)

Set the datasets property: Dataset references.

CustomActivityReferenceObject withLinkedServices(List<LinkedServiceReference> linkedServices)

Set the linkedServices property: Linked service references.

Methods inherited from java.lang.Object

Constructor Details

CustomActivityReferenceObject

public CustomActivityReferenceObject()

Creates an instance of CustomActivityReferenceObject class.

Method Details

datasets

public List datasets()

Get the datasets property: Dataset references.

Returns:

the datasets value.

linkedServices

public List linkedServices()

Get the linkedServices property: Linked service references.

Returns:

the linkedServices value.

validate

public void validate()

Validates the instance.

withDatasets

public CustomActivityReferenceObject withDatasets(List datasets)

Set the datasets property: Dataset references.

Parameters:

datasets - the datasets value to set.

Returns:

the CustomActivityReferenceObject object itself.

withLinkedServices

public CustomActivityReferenceObject withLinkedServices(List linkedServices)

Set the linkedServices property: Linked service references.

Parameters:

linkedServices - the linkedServices value to set.

Returns:

the CustomActivityReferenceObject object itself.

Applies to