Uses of Interface
com.azure.resourcemanager.datafactory.models.DataFlowResource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowResource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowResource.Update.apply()
Executes the update request.DataFlowResource.Update.apply
(com.azure.core.util.Context context) Executes the update request.DataFlowResource.DefinitionStages.WithCreate.create()
Executes the create request.DataFlowResource.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a data flow.Gets a data flow.DataFlowResource.refresh()
Refreshes the resource to sync with Azure.DataFlowResource.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DataFlowResource>
DataFlows.getByIdWithResponse
(String id, String ifNoneMatch, com.azure.core.util.Context context) Gets a data flow.com.azure.core.http.rest.Response<DataFlowResource>
DataFlows.getWithResponse
(String resourceGroupName, String factoryName, String dataFlowName, String ifNoneMatch, com.azure.core.util.Context context) Gets a data flow.com.azure.core.http.rest.PagedIterable<DataFlowResource>
DataFlows.listByFactory
(String resourceGroupName, String factoryName) Lists data flows.com.azure.core.http.rest.PagedIterable<DataFlowResource>
DataFlows.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists data flows.