DataFlowReference Class

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

Implements

public final class DataFlowReference
implements JsonSerializable<DataFlowReference>

Data flow reference type.

Constructor Summary

Constructor Description
DataFlowReference()

Creates an instance of DataFlowReference class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: Data flow reference type.

Object datasetParameters()

Get the datasetParameters property: Reference data flow parameters from dataset.

static DataFlowReference fromJson(JsonReader jsonReader)

Reads an instance of DataFlowReference from the JsonReader.

Map<String,Object> parameters()

Get the parameters property: Data flow parameters.

String referenceName()

Get the referenceName property: Reference data flow name.

JsonWriter toJson(JsonWriter jsonWriter)
DataFlowReferenceType type()

Get the type property: Data flow reference type.

void validate()

Validates the instance.

DataFlowReference withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Data flow reference type.

DataFlowReference withDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Reference data flow parameters from dataset.

DataFlowReference withParameters(Map<String,Object> parameters)

Set the parameters property: Data flow parameters.

DataFlowReference withReferenceName(String referenceName)

Set the referenceName property: Reference data flow name.

DataFlowReference withType(DataFlowReferenceType type)

Set the type property: Data flow reference type.

Methods inherited from java.lang.Object

Constructor Details

DataFlowReference

public DataFlowReference()

Creates an instance of DataFlowReference class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: Data flow reference type.

Returns:

the additionalProperties value.

datasetParameters

public Object datasetParameters()

Get the datasetParameters property: Reference data flow parameters from dataset.

Returns:

the datasetParameters value.

fromJson

public static DataFlowReference fromJson(JsonReader jsonReader)

Reads an instance of DataFlowReference from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowReference if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

parameters

public Map<String,Object> parameters()

Get the parameters property: Data flow parameters.

Returns:

the parameters value.

referenceName

public String referenceName()

Get the referenceName property: Reference data flow name.

Returns:

the referenceName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public DataFlowReferenceType type()

Get the type property: Data flow reference type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public DataFlowReference withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Data flow reference type.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DataFlowReference object itself.

withDatasetParameters

public DataFlowReference withDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Reference data flow parameters from dataset.

Parameters:

datasetParameters - the datasetParameters value to set.

Returns:

the DataFlowReference object itself.

withParameters

public DataFlowReference withParameters(Map<String,Object> parameters)

Set the parameters property: Data flow parameters.

Parameters:

parameters - the parameters value to set.

Returns:

the DataFlowReference object itself.

withReferenceName

public DataFlowReference withReferenceName(String referenceName)

Set the referenceName property: Reference data flow name.

Parameters:

referenceName - the referenceName value to set.

Returns:

the DataFlowReference object itself.

withType

public DataFlowReference withType(DataFlowReferenceType type)

Set the type property: Data flow reference type.

Parameters:

type - the type value to set.

Returns:

the DataFlowReference object itself.

Applies to