DataFactoryClient.ListIntegrationRuntimesAsync(AdfEntityFilterOptions) Method

Definition

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime>> ListIntegrationRuntimesAsync (Microsoft.Azure.Commands.DataFactoryV2.AdfEntityFilterOptions filterOptions);
abstract member ListIntegrationRuntimesAsync : Microsoft.Azure.Commands.DataFactoryV2.AdfEntityFilterOptions -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime>>
override this.ListIntegrationRuntimesAsync : Microsoft.Azure.Commands.DataFactoryV2.AdfEntityFilterOptions -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSIntegrationRuntime>>
Public Overridable Function ListIntegrationRuntimesAsync (filterOptions As AdfEntityFilterOptions) As Task(Of List(Of PSIntegrationRuntime))

Parameters

filterOptions
AdfEntityFilterOptions

Returns

Applies to