IntegrationRuntimeOutboundNetworkDependenciesEndpoint 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
IntegrationRuntimeOutboundNetworkDependenciesEndpoint() |
Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpoint. |
IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>) |
Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpoint. |
IntegrationRuntimeOutboundNetworkDependenciesEndpoint()
Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpoint.
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint ();
Public Sub New ()
Aplica-se a
IntegrationRuntimeOutboundNetworkDependenciesEndpoint(String, IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>)
Inicializa uma nova instância da classe IntegrationRuntimeOutboundNetworkDependenciesEndpoint.
public IntegrationRuntimeOutboundNetworkDependenciesEndpoint (string domainName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> endpointDetails = default);
new Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint : string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails> -> Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeOutboundNetworkDependenciesEndpoint
Public Sub New (Optional domainName As String = Nothing, Optional endpointDetails As IList(Of IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails) = Nothing)
Parâmetros
- domainName
- String
O nome de domínio do ponto de extremidade.
- endpointDetails
- IList<IntegrationRuntimeOutboundNetworkDependenciesEndpointDetails>
Os detalhes do ponto de extremidade.
Aplica-se a
Azure SDK for .NET