DataFactoryManagementClient Class

The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services.

Inheritance
builtins.object
DataFactoryManagementClient

Constructor

DataFactoryManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The subscription identifier.

base_url
str
default value: https://management.azure.com

Service URL. Default value is "https://management.azure.com".

api_version
str

Api Version. Default value is "2018-06-01". Note that overriding this default value may result in unsupported behavior.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

operations
Operations

Operations operations

factories
FactoriesOperations

FactoriesOperations operations

exposure_control
ExposureControlOperations

ExposureControlOperations operations

integration_runtimes
IntegrationRuntimesOperations

IntegrationRuntimesOperations operations

integration_runtime_object_metadata
IntegrationRuntimeObjectMetadataOperations

IntegrationRuntimeObjectMetadataOperations operations

integration_runtime_nodes
IntegrationRuntimeNodesOperations

IntegrationRuntimeNodesOperations operations

linked_services
LinkedServicesOperations

LinkedServicesOperations operations

datasets
DatasetsOperations

DatasetsOperations operations

pipelines
PipelinesOperations

PipelinesOperations operations

pipeline_runs
PipelineRunsOperations

PipelineRunsOperations operations

activity_runs
ActivityRunsOperations

ActivityRunsOperations operations

triggers
TriggersOperations

TriggersOperations operations

trigger_runs
TriggerRunsOperations

TriggerRunsOperations operations

data_flows
DataFlowsOperations

DataFlowsOperations operations

data_flow_debug_session
DataFlowDebugSessionOperations

DataFlowDebugSessionOperations operations

managed_virtual_networks
ManagedVirtualNetworksOperations

ManagedVirtualNetworksOperations operations

managed_private_endpoints
ManagedPrivateEndpointsOperations

ManagedPrivateEndpointsOperations operations

private_end_point_connections
PrivateEndPointConnectionsOperations

PrivateEndPointConnectionsOperations operations

private_endpoint_connection
PrivateEndpointConnectionOperations

PrivateEndpointConnectionOperations operations

private_link_resources
PrivateLinkResourcesOperations

PrivateLinkResourcesOperations operations

global_parameters
GlobalParametersOperations

GlobalParametersOperations operations

Methods

close

close

close() -> None