Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.DataFlowResourceInner
-
Packages that use DataFlowResourceInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DataFlowResourceInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return DataFlowResourceInner Modifier and Type Method Description DataFlowResourceInner
DataFlowsClient. createOrUpdate(String resourceGroupName, String factoryName, String dataFlowName, DataFlowResourceInner dataFlow)
Creates or updates a data flow.DataFlowResourceInner
DataFlowsClient. get(String resourceGroupName, String factoryName, String dataFlowName)
Gets a data flow.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type DataFlowResourceInner Modifier and Type Method Description 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.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.Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type DataFlowResourceInner Modifier and Type Method Description DataFlowResourceInner
DataFlowsClient. 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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return DataFlowResourceInner Modifier and Type Method Description DataFlowResourceInner
DataFlowResourceInner. withId(String id)
DataFlowResourceInner
DataFlowResourceInner. withProperties(DataFlow properties)
Set the properties property: Data flow properties. -
Uses of DataFlowResourceInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DataFlowResourceInner Modifier and Type Method Description DataFlowResourceInner
DataFlowResource. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.DataFlowResourceInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type DataFlowResourceInner Modifier and Type Method Description List<DataFlowResourceInner>
DataFlowListResponse. value()
Get the value property: List of data flows.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type DataFlowResourceInner Modifier and Type Method Description DataFlowListResponse
DataFlowListResponse. withValue(List<DataFlowResourceInner> value)
Set the value property: List of data flows.
-