Share via


IDataFactoryManagementClient インターフェイス

定義

Azure Data Factory V2 管理 API は、Azure Data Factory V2 サービスと対話する WEB サービスの RESTful セットを提供します。

public interface IDataFactoryManagementClient : IDisposable
type IDataFactoryManagementClient = interface
    interface IDisposable
Public Interface IDataFactoryManagementClient
Implements IDisposable
派生
実装

プロパティ

AcceptLanguage

応答の優先言語。

ActivityRuns

IActivityRunsOperations を取得します。

ApiVersion

API のバージョン。

BaseUri

サービスのベース URI。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DataFlowDebugSession

IDataFlowDebugSessionOperations を取得します。

DataFlows

IDataFlowsOperations を取得します。

Datasets

IDatasetsOperations を取得します。

DeserializationSettings

JSON の逆シリアル化設定を取得または設定します。

ExposureControl

IExposureControlOperations を取得します。

Factories

IFactoriesOperations を取得します。

GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

GlobalParameters

IGlobalParametersOperations を取得します。

IntegrationRuntimeNodes

IIntegrationRuntimeNodesOperations を取得します。

IntegrationRuntimeObjectMetadata

IIntegrationRuntimeObjectMetadataOperations を取得します。

IntegrationRuntimes

IIntegrationRuntimesOperations を取得します。

LinkedServices

ILinkedServicesOperations を取得します。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

ManagedPrivateEndpoints

IManagedPrivateEndpointsOperations を取得します。

ManagedVirtualNetworks

IManagedVirtualNetworksOperations を取得します。

Operations

IOperations を取得します。

PipelineRuns

IPipelineRunsOperations を取得します。

Pipelines

IPipelinesOperations を取得します。

PrivateEndpointConnection

IPrivateEndpointConnectionOperations を取得します。

PrivateEndPointConnections

IPrivateEndPointConnectionsOperations を取得します。

PrivateLinkResources

IPrivateLinkResourcesOperations を取得します。

SerializationSettings

JSON シリアル化設定を取得または設定します。

SubscriptionId

サブスクリプションの識別子です。

TriggerRuns

ITriggerRunsOperations を取得します。

Triggers

ITriggersOperations を取得します。

適用対象