azure.mgmt.datafactory package¶
Module contents¶
-
class
azure.mgmt.datafactory.
DataFactoryManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services.
- Variables
config (DataFactoryManagementClientConfiguration) – Configuration for client.
operations (azure.mgmt.datafactory.operations.Operations) – Operations operations
factories (azure.mgmt.datafactory.operations.FactoriesOperations) – Factories operations
exposure_control (azure.mgmt.datafactory.operations.ExposureControlOperations) – ExposureControl operations
integration_runtimes (azure.mgmt.datafactory.operations.IntegrationRuntimesOperations) – IntegrationRuntimes operations
integration_runtime_object_metadata (azure.mgmt.datafactory.operations.IntegrationRuntimeObjectMetadataOperations) – IntegrationRuntimeObjectMetadata operations
integration_runtime_nodes (azure.mgmt.datafactory.operations.IntegrationRuntimeNodesOperations) – IntegrationRuntimeNodes operations
linked_services (azure.mgmt.datafactory.operations.LinkedServicesOperations) – LinkedServices operations
datasets (azure.mgmt.datafactory.operations.DatasetsOperations) – Datasets operations
pipelines (azure.mgmt.datafactory.operations.PipelinesOperations) – Pipelines operations
pipeline_runs (azure.mgmt.datafactory.operations.PipelineRunsOperations) – PipelineRuns operations
activity_runs (azure.mgmt.datafactory.operations.ActivityRunsOperations) – ActivityRuns operations
triggers (azure.mgmt.datafactory.operations.TriggersOperations) – Triggers operations
trigger_runs (azure.mgmt.datafactory.operations.TriggerRunsOperations) – TriggerRuns operations
rerun_triggers (azure.mgmt.datafactory.operations.RerunTriggersOperations) – RerunTriggers operations
- Parameters