IDataFactoryManagementClient Interface

Definition

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

public interface IDataFactoryManagementClient : IDisposable
type IDataFactoryManagementClient = interface
    interface IDisposable
Public Interface IDataFactoryManagementClient
Implements IDisposable
Derived
Implements

Properties

AcceptLanguage

The preferred language for the response.

ActivityRuns

Gets the IActivityRunsOperations.

ApiVersion

The API version.

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

DataFlowDebugSession

Gets the IDataFlowDebugSessionOperations.

DataFlows

Gets the IDataFlowsOperations.

Datasets

Gets the IDatasetsOperations.

DeserializationSettings

Gets or sets json deserialization settings.

ExposureControl

Gets the IExposureControlOperations.

Factories

Gets the IFactoriesOperations.

GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

GlobalParameters

Gets the IGlobalParametersOperations.

IntegrationRuntimeNodes

Gets the IIntegrationRuntimeNodesOperations.

IntegrationRuntimeObjectMetadata

Gets the IIntegrationRuntimeObjectMetadataOperations.

IntegrationRuntimes

Gets the IIntegrationRuntimesOperations.

LinkedServices

Gets the ILinkedServicesOperations.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

ManagedPrivateEndpoints

Gets the IManagedPrivateEndpointsOperations.

ManagedVirtualNetworks

Gets the IManagedVirtualNetworksOperations.

Operations

Gets the IOperations.

PipelineRuns

Gets the IPipelineRunsOperations.

Pipelines

Gets the IPipelinesOperations.

PrivateEndpointConnection

Gets the IPrivateEndpointConnectionOperations.

PrivateEndPointConnections

Gets the IPrivateEndPointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

The subscription identifier.

TriggerRuns

Gets the ITriggerRunsOperations.

Triggers

Gets the ITriggersOperations.

Applies to