Compartilhar via


IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Construtores

Definição

Sobrecargas

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint.

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint()

Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint.

public IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint ();
Public Sub New ()

Aplica-se a

IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>)

Inicializa uma nova instância da classe 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

A categoria de dependência de rede de saída.

endpoints
IList<IntegrationRuntimeOutboundNetworkDependenciesEndpoint>

Os pontos de extremidade para dependência de rede de saída.

Aplica-se a