DataFlowResource Class

public final class DataFlowResource
extends SubResource

Data flow resource type.

Constructor Summary

Constructor Description
DataFlowResource()

Creates an instance of DataFlowResource class.

Method Summary

Modifier and Type Method and Description
DataFlow getProperties()

Get the properties property: Data flow properties.

DataFlowResource setProperties(DataFlow properties)

Set the properties property: Data flow properties.

Methods inherited from AzureEntityResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

DataFlowResource

public DataFlowResource()

Creates an instance of DataFlowResource class.

Method Details

getProperties

public DataFlow getProperties()

Get the properties property: Data flow properties.

Returns:

the properties value.

setProperties

public DataFlowResource setProperties(DataFlow properties)

Set the properties property: Data flow properties.

Parameters:

properties - the properties value to set.

Returns:

the DataFlowResource object itself.

Applies to