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
- Implements
Constructors
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. |
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. |
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
Dispose() | (Inherited from ServiceClient<T>) |
Dispose(Boolean) | (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>) |