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

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse 构造函数

定义

重载

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

初始化 IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse 类的新实例。

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

初始化 IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse 类的新实例。

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse()

初始化 IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse 类的新实例。

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse ();
Public Sub New ()

适用于

IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse(IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>)

初始化 IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse 类的新实例。

public IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> value = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointsResponse
Public Sub New (Optional value As IList(Of IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint) = Nothing)

参数

value
IList<IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>

出站网络依赖项终结点的列表。

适用于