مشاركة عبر


DataFactoryManagementClient class

يمتد

المنشئون

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 الذي يتم ملؤه باستخدام OperationSpec المتوفرة.

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 الذي يتم ملؤه باستخدام OperationSpec المتوفرة.

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

المعلمات

operationArguments
OperationArguments

سيتم ملء الوسيطات التي سيتم ملء القيم المقالب لطلب HTTP منها.

operationSpec
OperationSpec

OperationSpec المراد استخدامه لملء httpRequest.

المرتجعات

Promise<T>

موروث من coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

إرسال httpRequest المتوفر.

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

المعلمات

request
PipelineRequest

المرتجعات

Promise<PipelineResponse>

موروث من coreClient.ServiceClient.sendRequest