Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlow
-
Packages that use DataFlow Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlow in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return DataFlow Modifier and Type Method Description DataFlow
DataFlowResourceInner. properties()
Get the properties property: Data flow properties.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type DataFlow Modifier and Type Method Description DataFlowResourceInner
DataFlowResourceInner. withProperties(DataFlow properties)
Set the properties property: Data flow properties. -
Uses of DataFlow in com.azure.resourcemanager.datafactory.models
Subclasses of DataFlow in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
Flowlet
Data flow flowlet.class
MappingDataFlow
Mapping data flow.class
WranglingDataFlow
Power Query data flow.Methods in com.azure.resourcemanager.datafactory.models that return DataFlow Modifier and Type Method Description DataFlow
DataFlowDebugResource. properties()
Get the properties property: Data flow properties.DataFlow
DataFlowResource. properties()
Gets the properties property: Data flow properties.DataFlow
DataFlow. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the data flow.DataFlow
DataFlow. withDescription(String description)
Set the description property: The description of the data flow.DataFlow
DataFlow. withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DataFlow Modifier and Type Method Description DataFlowDebugResource
DataFlowDebugResource. withProperties(DataFlow properties)
Set the properties property: Data flow properties.DataFlowResource.DefinitionStages.WithCreate
DataFlowResource.DefinitionStages.WithProperties. withProperties(DataFlow properties)
Specifies the properties property: Data flow properties..DataFlowResource.Update
DataFlowResource.UpdateStages.WithProperties. withProperties(DataFlow properties)
Specifies the properties property: Data flow properties..
-