Share via


GatewayOperationsExtensions.ListAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.GatewayListResponse> ListAsync (this Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations operations, string resourceGroupName, string dataFactoryName);
static member ListAsync : Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.GatewayListResponse>
<Extension()>
Public Function ListAsync (operations As IGatewayOperations, resourceGroupName As String, dataFactoryName As String) As Task(Of GatewayListResponse)

Parameters

operations
IGatewayOperations
resourceGroupName
String
dataFactoryName
String

Returns

Applies to