Partager via


DataFactoryClient.GetIntegrationRuntimeOutboundNetworkDependenciesEndpointsAsync Method

Definition

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>> GetIntegrationRuntimeOutboundNetworkDependenciesEndpointsAsync (string resourceGroupName, string dataFactoryName, string integrationRuntimeName);
abstract member GetIntegrationRuntimeOutboundNetworkDependenciesEndpointsAsync : string * string * string -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>>
override this.GetIntegrationRuntimeOutboundNetworkDependenciesEndpointsAsync : string * string * string -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint>>
Public Overridable Function GetIntegrationRuntimeOutboundNetworkDependenciesEndpointsAsync (resourceGroupName As String, dataFactoryName As String, integrationRuntimeName As String) As Task(Of List(Of PSIntegrationRuntimeOutboundNetworkDependenciesCategoryEndpoint))

Parameters

resourceGroupName
String
dataFactoryName
String
integrationRuntimeName
String

Returns

Applies to