Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.DataFlowResourceInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataFlowResourceInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionDataFlowsClient.createOrUpdate
(String resourceGroupName, String factoryName, String dataFlowName, DataFlowResourceInner dataFlow) Creates or updates a data flow.Gets a data flow.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DataFlowResourceInner>
DataFlowsClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String dataFlowName, DataFlowResourceInner dataFlow, String ifMatch, com.azure.core.util.Context context) Creates or updates a data flow.com.azure.core.http.rest.Response<DataFlowResourceInner>
DataFlowsClient.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<DataFlowResourceInner>
DataFlowsClient.listByFactory
(String resourceGroupName, String factoryName) Lists data flows.com.azure.core.http.rest.PagedIterable<DataFlowResourceInner>
DataFlowsClient.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists data flows.Modifier and TypeMethodDescriptionDataFlowsClient.createOrUpdate
(String resourceGroupName, String factoryName, String dataFlowName, DataFlowResourceInner dataFlow) Creates or updates a data flow.com.azure.core.http.rest.Response<DataFlowResourceInner>
DataFlowsClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String dataFlowName, DataFlowResourceInner dataFlow, String ifMatch, com.azure.core.util.Context context) Creates or updates a data flow. -
Uses of DataFlowResourceInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionDataFlowResourceInner.withProperties
(DataFlow properties) Set the properties property: Data flow properties. -
Uses of DataFlowResourceInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataFlowResource.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowResourceInner object.Modifier and TypeMethodDescriptionDataFlowListResponse.value()
Get the value property: List of data flows.Modifier and TypeMethodDescriptionDataFlowListResponse.withValue
(List<DataFlowResourceInner> value) Set the value property: List of data flows.