DataFlowResource.DefinitionStages.WithProperties Interface

public static interface DataFlowResource.DefinitionStages.WithProperties

The stage of the DataFlowResource definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(DataFlow properties)

Specifies the properties property: Data flow properties..

Method Details

withProperties

public abstract DataFlowResource.DefinitionStages.WithCreate withProperties(DataFlow properties)

Specifies the properties property: Data flow properties..

Parameters:

properties - Data flow properties.

Returns:

the next definition stage.

Applies to