Uses of Class
com.azure.resourcemanager.datafactory.models.DataFlowDebugResource
-
Packages that use DataFlowDebugResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowDebugResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowDebugResource Modifier and Type Method Description DataFlowDebugResource
DataFlowDebugPackage. dataFlow()
Get the dataFlow property: Data flow instance.DataFlowDebugResource
DataFlowDebugResource. withName(String name)
Set the name property: The resource name.DataFlowDebugResource
DataFlowDebugResource. withProperties(DataFlow properties)
Set the properties property: Data flow properties.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowDebugResource Modifier and Type Method Description List<DataFlowDebugResource>
DataFlowDebugPackage. dataFlows()
Get the dataFlows property: List of Data flows.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DataFlowDebugResource Modifier and Type Method Description DataFlowDebugPackage
DataFlowDebugPackage. withDataFlow(DataFlowDebugResource dataFlow)
Set the dataFlow property: Data flow instance.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DataFlowDebugResource Modifier and Type Method Description DataFlowDebugPackage
DataFlowDebugPackage. withDataFlows(List<DataFlowDebugResource> dataFlows)
Set the dataFlows property: List of Data flows.
-