DataSourceOperationsExtensions.ListAsync Method (IDataSourceOperations)
Applies To: Microsoft Azure
Lists all datasources available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn946878.aspx for more information)
Namespace: Microsoft.Azure.Search
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public static Task<DataSourceListResponse> ListAsync(
this IDataSourceOperations operations
)
public:
[ExtensionAttribute]
static Task<DataSourceListResponse^>^ ListAsync(
IDataSourceOperations^ operations
)
static member ListAsync :
operations:IDataSourceOperations -> Task<DataSourceListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IDataSourceOperations
) As Task(Of DataSourceListResponse)
Parameters
operations
Type: Microsoft.Azure.Search.IDataSourceOperationsReference to the Microsoft.Azure.Search.IDataSourceOperations.
Return Value
Type: System.Threading.Tasks.Task<DataSourceListResponse>
Response from a List Datasources request. If successful, it includes the full definitions of all datasources.
See Also
DataSourceOperationsExtensions Class
Microsoft.Azure.Search Namespace
Return to top