Compartir a través de


IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Constructores

Definición

Sobrecargas

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Inicializa una nueva instancia de la clase IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

Inicializa una nueva instancia de la clase IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Inicializa una nueva instancia de la clase IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint.

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint ();
Public Sub New ()

Se aplica a

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

Inicializa una nueva instancia de la clase 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)

Parámetros

category
String

Categoría de dependencia de red saliente.

endpoints
IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>

Los puntos de conexión para la dependencia de red saliente.

Se aplica a