你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSIntegrationRuntime(IntegrationRuntimeResource, String, String) Constructor

Definition

public PSIntegrationRuntime (Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource integrationRuntime, string resourceGroupName, string factoryName);
new Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime : Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource * string * string -> Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime
Public Sub New (integrationRuntime As IntegrationRuntimeResource, resourceGroupName As String, factoryName As String)

Parameters

integrationRuntime
IntegrationRuntimeResource
resourceGroupName
String
factoryName
String

Applies to