Uses of Interface
com.azure.resourcemanager.datafactory.models.DataFlowResource
-
Packages that use DataFlowResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowResource Modifier and Type Method Description DataFlowResource
DataFlowResource.Update. apply()
Executes the update request.DataFlowResource
DataFlowResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.DataFlowResource
DataFlowResource.DefinitionStages.WithCreate. create()
Executes the create request.DataFlowResource
DataFlowResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.DataFlowResource
DataFlows. get(String resourceGroupName, String factoryName, String dataFlowName)
Gets a data flow.DataFlowResource
DataFlows. getById(String id)
Gets a data flow.DataFlowResource
DataFlowResource. refresh()
Refreshes the resource to sync with Azure.DataFlowResource
DataFlowResource. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowResource Modifier and Type Method Description com.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.
-