Поделиться через


DataFactoryManagementClient class

Extends

Конструкторы

DataFactoryManagementClient(TokenCredential, string, DataFactoryManagementClientOptionalParams)

Инициализирует новый экземпляр класса DataFactoryManagementClient.

Свойства

$host
activityRuns
apiVersion
changeDataCapture
credentialOperations
dataFlowDebugSession
dataFlows
datasets
exposureControl
factories
globalParameters
integrationRuntimeNodes
integrationRuntimeObjectMetadata
integrationRuntimes
linkedServices
managedPrivateEndpoints
managedVirtualNetworks
operations
pipelineRuns
pipelines
privateEndpointConnection
privateEndPointConnections
privateLinkResources
subscriptionId
triggerRuns
triggers

Унаследованные свойства

pipeline

Конвейер, используемый этим клиентом для выполнения запросов

Наследуемые методы

sendOperationRequest<T>(OperationArguments, OperationSpec)

Отправьте HTTP-запрос, заполненный с помощью предоставленной операцииSpec.

sendRequest(PipelineRequest)

Отправьте предоставленный httpRequest.

Сведения о конструкторе

DataFactoryManagementClient(TokenCredential, string, DataFactoryManagementClientOptionalParams)

Инициализирует новый экземпляр класса DataFactoryManagementClient.

new DataFactoryManagementClient(credentials: TokenCredential, subscriptionId: string, options?: DataFactoryManagementClientOptionalParams)

Параметры

credentials
TokenCredential

Учетные данные подписки, которые однозначно определяют подписку клиента.

subscriptionId

string

Идентификатор подписки.

options
DataFactoryManagementClientOptionalParams

Параметры параметра

Сведения о свойстве

$host

$host: string

Значение свойства

string

activityRuns

activityRuns: ActivityRuns

Значение свойства

apiVersion

apiVersion: string

Значение свойства

string

changeDataCapture

changeDataCapture: ChangeDataCapture

Значение свойства

credentialOperations

credentialOperations: CredentialOperations

Значение свойства

dataFlowDebugSession

dataFlowDebugSession: DataFlowDebugSession

Значение свойства

dataFlows

dataFlows: DataFlows

Значение свойства

datasets

datasets: Datasets

Значение свойства

exposureControl

exposureControl: ExposureControl

Значение свойства

factories

factories: Factories

Значение свойства

globalParameters

globalParameters: GlobalParameters

Значение свойства

integrationRuntimeNodes

integrationRuntimeNodes: IntegrationRuntimeNodes

Значение свойства

integrationRuntimeObjectMetadata

integrationRuntimeObjectMetadata: IntegrationRuntimeObjectMetadata

Значение свойства

integrationRuntimes

integrationRuntimes: IntegrationRuntimes

Значение свойства

linkedServices

linkedServices: LinkedServices

Значение свойства

managedPrivateEndpoints

managedPrivateEndpoints: ManagedPrivateEndpoints

Значение свойства

managedVirtualNetworks

managedVirtualNetworks: ManagedVirtualNetworks

Значение свойства

operations

operations: Operations

Значение свойства

pipelineRuns

pipelineRuns: PipelineRuns

Значение свойства

pipelines

pipelines: Pipelines

Значение свойства

privateEndpointConnection

privateEndpointConnection: PrivateEndpointConnection

Значение свойства

privateEndPointConnections

privateEndPointConnections: PrivateEndPointConnections

Значение свойства

privateLinkResources

privateLinkResources: PrivateLinkResources

Значение свойства

subscriptionId

subscriptionId: string

Значение свойства

string

triggerRuns

triggerRuns: TriggerRuns

Значение свойства

triggers

triggers: Triggers

Значение свойства

Сведения об унаследованном свойстве

pipeline

Конвейер, используемый этим клиентом для выполнения запросов

pipeline: Pipeline

Значение свойства

унаследовано от coreClient.ServiceClient.pipeline

Сведения о наследуемом методе

sendOperationRequest<T>(OperationArguments, OperationSpec)

Отправьте HTTP-запрос, заполненный с помощью предоставленной операцииSpec.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Параметры

operationArguments
OperationArguments

Аргументы, из которыми будут заполнены шаблонные значения HTTP-запроса.

operationSpec
OperationSpec

ОперацияSpec, используемая для заполнения httpRequest.

Возвращаемое значение

Promise<T>

наследуется от coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Отправьте предоставленный httpRequest.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Параметры

request
PipelineRequest

Возвращаемое значение

Promise<PipelineResponse>

наследуется от coreClient.ServiceClient.sendRequest