Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowFolder
-
Packages that use DataFlowFolder Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowFolder in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowFolder Modifier and Type Method Description DataFlowFolder
DataFlow. folder()
Get the folder property: The folder that this data flow is in.DataFlowFolder
DataFlowFolder. withName(String name)
Set the name property: The name of the folder that this data flow is in.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DataFlowFolder Modifier and Type Method Description DataFlow
DataFlow. withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in.Flowlet
Flowlet. withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in.MappingDataFlow
MappingDataFlow. withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in.WranglingDataFlow
WranglingDataFlow. withFolder(DataFlowFolder folder)
Set the folder property: The folder that this data flow is in.
-