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

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint 构造函数

定义

重载

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

初始化 IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint 类的新实例。

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

初始化 IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint 类的新实例。

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

初始化 IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint 类的新实例。

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint ();
Public Sub New ()

适用于

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

初始化 IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint 类的新实例。

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint (string category = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint> endpoints = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint
Public Sub New (Optional category As String = Nothing, Optional endpoints As IList(Of IntegrationRuntimeOutboundNetworkDependenciesEndpoint) = Nothing)

参数

category
String

出站网络依赖项的类别。

endpoints
IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>

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

适用于