你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFlowClient Class

Definition

The DataFlow service client.

public class DataFlowClient
type DataFlowClient = class
Public Class DataFlowClient
Inheritance
DataFlowClient

Constructors

Name Description
DataFlowClient()

Initializes a new instance of DataFlowClient for mocking.

DataFlowClient(Uri, TokenCredential, ArtifactsClientOptions)

Initializes a new instance of DataFlowClient.

Methods

Name Description
GetDataFlow(String, String, CancellationToken)

Gets a data flow.

GetDataFlowAsync(String, String, CancellationToken)

Gets a data flow.

GetDataFlowsByWorkspace(CancellationToken)

Lists data flows.

GetDataFlowsByWorkspaceAsync(CancellationToken)

Lists data flows.

StartCreateOrUpdateDataFlow(String, DataFlowResource, String, CancellationToken)

Creates or updates a data flow.

StartCreateOrUpdateDataFlowAsync(String, DataFlowResource, String, CancellationToken)

Creates or updates a data flow.

StartDeleteDataFlow(String, CancellationToken)

Deletes a data flow.

StartDeleteDataFlowAsync(String, CancellationToken)

Deletes a data flow.

StartRenameDataFlow(String, ArtifactRenameRequest, CancellationToken)

Renames a dataflow.

StartRenameDataFlowAsync(String, ArtifactRenameRequest, CancellationToken)

Renames a dataflow.

Applies to