DataFactoryManagementClient Class

Definition

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

public class DataFactoryManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient>, IDisposable, Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient, Microsoft.Rest.Azure.IAzureClient
type DataFactoryManagementClient = class
    inherit ServiceClient<DataFactoryManagementClient>
    interface IDataFactoryManagementClient
    interface IDisposable
    interface IAzureClient
Public Class DataFactoryManagementClient
Inherits ServiceClient(Of DataFactoryManagementClient)
Implements IAzureClient, IDataFactoryManagementClient, IDisposable
Inheritance
DataFactoryManagementClient
Implements

Constructors

DataFactoryManagementClient(DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(HttpClient, Boolean)

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(Uri, DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

DataFactoryManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the DataFactoryManagementClient class.

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.

FirstMessageHandler (Inherited from ServiceClient<T>)
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.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
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.

UserAgent (Inherited from ServiceClient<T>)

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Extension Methods

GetLongRunningOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for long running operations.

GetLongRunningOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for long running operations.

GetLongRunningOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for long running operations.

GetLongRunningOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for long running operations.

GetPostOrDeleteOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)

GetPostOrDeleteOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for DELETE and POST operations. (Deprecated, please use GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for PUT and PATCH operations. (Deprecated, please use GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for PUT and PATCH operations. (Deprecated, please use GetLongRunningOperationResultAsync)

GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

Gets operation result for PUT and PATCH operations. (Deprecated, please use GetLongRunningOperationResultAsync)

Applies to