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.objectDataFactoryManagementClient
Constructor
DataFactoryManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
The subscription identifier. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
api_version
|
Api Version. Default value is "2018-06-01". Note that overriding this default value may result in unsupported behavior. |
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Variables
Name | Description |
---|---|
operations
|
Operations operations |
factories
|
FactoriesOperations operations |
exposure_control
|
ExposureControlOperations operations |
integration_runtimes
|
IntegrationRuntimesOperations operations |
integration_runtime_object_metadata
|
IntegrationRuntimeObjectMetadataOperations operations |
integration_runtime_nodes
|
IntegrationRuntimeNodesOperations operations |
linked_services
|
LinkedServicesOperations operations |
datasets
|
DatasetsOperations operations |
pipelines
|
PipelinesOperations operations |
pipeline_runs
|
PipelineRunsOperations operations |
activity_runs
|
ActivityRunsOperations operations |
triggers
|
TriggersOperations operations |
trigger_runs
|
TriggerRunsOperations operations |
data_flows
|
DataFlowsOperations operations |
data_flow_debug_session
|
DataFlowDebugSessionOperations operations |
managed_virtual_networks
|
ManagedVirtualNetworksOperations operations |
managed_private_endpoints
|
ManagedPrivateEndpointsOperations operations |
credential_operations
|
CredentialOperationsOperations operations |
private_end_point_connections
|
PrivateEndPointConnectionsOperations operations |
private_endpoint_connection
|
PrivateEndpointConnectionOperations operations |
private_link_resources
|
PrivateLinkResourcesOperations operations |
global_parameters
|
GlobalParametersOperations operations |
change_data_capture
|
ChangeDataCaptureOperations operations |
Methods
close |
close
close() -> None
Azure SDK for Python