IntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.
Os pontos de extremidade para dependência de rede de saída.
Aplica-se a
Azure SDK for .NET