DataflowOperations interface

Interface representing a Dataflow operations.

Properties

createOrUpdate

Create a DataflowResource

delete

Delete a DataflowResource

get

Get a DataflowResource

listByResourceGroup

List DataflowResource resources by DataflowProfileResource

Property Details

createOrUpdate

Create a DataflowResource

createOrUpdate: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, resource: DataflowResource, options?: DataflowCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowResource>, DataflowResource>

Property Value

(resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, resource: DataflowResource, options?: DataflowCreateOrUpdateOptionalParams) => PollerLike<OperationState<DataflowResource>, DataflowResource>

delete

Delete a DataflowResource

delete: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a DataflowResource

get: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowGetOptionalParams) => Promise<DataflowResource>

Property Value

(resourceGroupName: string, instanceName: string, dataflowProfileName: string, dataflowName: string, options?: DataflowGetOptionalParams) => Promise<DataflowResource>

listByResourceGroup

List DataflowResource resources by DataflowProfileResource

listByResourceGroup: (resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowResource, DataflowResource[], PageSettings>

Property Value

(resourceGroupName: string, instanceName: string, dataflowProfileName: string, options?: DataflowListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DataflowResource, DataflowResource[], PageSettings>