DataFlows interface
Interface representing a DataFlows.
Methods
create |
Creates or updates a data flow. |
delete(string, string, string, Data |
Deletes a data flow. |
get(string, string, string, Data |
Gets a data flow. |
list |
Lists data flows. |
Method Details
createOrUpdate(string, string, string, DataFlowResource, DataFlowsCreateOrUpdateOptionalParams)
Creates or updates a data flow.
function createOrUpdate(resourceGroupName: string, factoryName: string, dataFlowName: string, dataFlow: DataFlowResource, options?: DataFlowsCreateOrUpdateOptionalParams): Promise<DataFlowResource>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- dataFlowName
-
string
The data flow name.
- dataFlow
- DataFlowResource
Data flow resource definition.
The options parameters.
Returns
Promise<DataFlowResource>
delete(string, string, string, DataFlowsDeleteOptionalParams)
Deletes a data flow.
function delete(resourceGroupName: string, factoryName: string, dataFlowName: string, options?: DataFlowsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- dataFlowName
-
string
The data flow name.
- options
- DataFlowsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, string, DataFlowsGetOptionalParams)
Gets a data flow.
function get(resourceGroupName: string, factoryName: string, dataFlowName: string, options?: DataFlowsGetOptionalParams): Promise<DataFlowResource>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
- dataFlowName
-
string
The data flow name.
- options
- DataFlowsGetOptionalParams
The options parameters.
Returns
Promise<DataFlowResource>
listByFactory(string, string, DataFlowsListByFactoryOptionalParams)
Lists data flows.
function listByFactory(resourceGroupName: string, factoryName: string, options?: DataFlowsListByFactoryOptionalParams): PagedAsyncIterableIterator<DataFlowResource, DataFlowResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- factoryName
-
string
The factory name.
The options parameters.