Partager via


DataFactoryClient Class

Definition

public class DataFactoryClient
type DataFactoryClient = class
Public Class DataFactoryClient
Inheritance
DataFactoryClient

Constructors

DataFactoryClient()

Parameterless constructor for Mocking.

DataFactoryClient(IAzureContext)

Fields

GatewayMajorVersionWithIRSupport

Properties

DataFactoryManagementClient

Methods

AddDataFlowToDebugSession(String, String, DataFlowDebugPackage)
CreateOrUpdateDataFlow(String, String, String, String)
CreateOrUpdateDataset(String, String, String, String)
CreateOrUpdateIntegrationRuntime(CreatePSIntegrationRuntimeParameters)
CreateOrUpdateIntegrationRuntimeAsync(String, String, String, IntegrationRuntimeResource)
CreateOrUpdateLinkedService(String, String, String, String)
CreateOrUpdatePipeline(String, String, String, String)
CreatePipelineRun(String, String, String, Dictionary<String,Object>)
CreatePipelineRun(String, String, String, Dictionary<String,Object>, String, Nullable<Boolean>, String, Nullable<Boolean>)
CreatePSDataFactory(CreatePSDataFactoryParameters)
CreatePSDataFlow(CreatePSAdfEntityParameters)
CreatePSDataset(CreatePSAdfEntityParameters)
CreatePSLinkedService(CreatePSAdfEntityParameters)
CreatePSPipeline(CreatePSAdfEntityParameters)
CreatePSTrigger(CreatePSAdfEntityParameters)
DeleteDataFactory(String, String)
DeleteDataFlow(String, String, String)
DeleteDataset(String, String, String)
DeleteDebugSession(String, String, String)
DeleteIntegrationRuntimeAsync(String, String, String)
DeleteLinkedService(String, String, String)
DeletePipeline(String, String, String)
DeleteTrigger(String, String, String)
FilterPSDataFactories(DataFactoryFilterOptions)
FilterPSDataFlows(AdfEntityFilterOptions)
FilterPSDatasets(AdfEntityFilterOptions)
FilterPSLinkedServices(AdfEntityFilterOptions)
FilterPSPipelines(AdfEntityFilterOptions)
FilterPSTriggers(AdfEntityFilterOptions)
GetDataFactory(String, String)
GetDataFlow(String, String, String)
GetDataset(String, String, String)
GetDebugSessions(String, String)
GetIntegrationRuntimeAsync(String, String, String)
GetIntegrationRuntimeKeyAsync(String, String, String)
GetIntegrationRuntimeMetricAsync(String, String, String)
GetIntegrationRuntimeNodeIpAsync(String, String, String, String)
GetIntegrationRuntimeOutboundNetworkDependenciesEndpointsAsync(String, String, String)
GetIntegrationRuntimeStatusAsync(String, String, String)
GetLinkedService(String, String, String)
GetPipeline(String, String, String)
GetPipelineRun(String, String, String)
GetTriggerEventSubscriptionStatus(String, String, String)
IntegrationRuntimeEncryptCredential(String, String, String, String)
InvokeDataFlowDebugSessionCommand(String, String, DataFlowDebugCommandRequest)
ListActivityRuns(ActivityRunFilterOptions)
ListDataFactories(DataFactoryFilterOptions)
ListDataFactoriesBySubscription(DataFactoryFilterOptions)
ListDataFlows(AdfEntityFilterOptions)
ListDatasets(AdfEntityFilterOptions)
ListIntegrationRuntimesAsync(AdfEntityFilterOptions)
ListLinkedServices(AdfEntityFilterOptions)
ListPipelineRuns(PipelineRunFilterOptions)
ListPipelines(AdfEntityFilterOptions)
ListTriggerRuns(TriggerRunFilterOptions)
ReadJsonFileContent(String)
RegenerateIntegrationRuntimeAuthKeyAsync(String, String, String, String)
RemoveIntegrationRuntimeLinksAsync(String, String, String, String)
RemoveIntegrationRuntimeNodeAsync(String, String, String, String)
RerunTriggerRun(String, String, String, String)
StartDebugSession(String, String, CreateDataFlowDebugSessionRequest)
StartIntegrationRuntimeAsync(String, String, String, IntegrationRuntimeResource)
StartTrigger(String, String, String)
StopIntegrationRuntimeAsync(String, String, String)
StopPipelineRun(String, String, String)
StopTrigger(String, String, String)
StopTriggerRun(String, String, String, String)
SubscribeToTriggerEvents(String, String, String)
SyncIntegrationRuntimeCredentialInNodesAsync(String, String, String)
UnsubscribeFromTriggerEvents(String, String, String)
UpdateIntegrationRuntimeAsync(String, String, String, IntegrationRuntimeResource, UpdateIntegrationRuntimeRequest)
UpdateIntegrationRuntimeNodesAsync(String, String, String, String, UpdateIntegrationRuntimeNodeRequest)
UpdatePSDataFactory(UpdatePSDataFactoryParameters)
UpgradeIntegrationRuntimeAsync(String, String, String)

Applies to