IndexOperationsExtensions.List Method (IIndexOperations)

 

Applies To: Microsoft Azure

Lists all indexes available for an Azure Search service. (see https://msdn.microsoft.com/library/azure/dn798923.aspx for more information)

Namespace:   Microsoft.Azure.Search
Assembly:  Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Syntax

public static IndexListResponse List(
    this IIndexOperations operations
)
public:
[ExtensionAttribute]
static IndexListResponse^ List(
    IIndexOperations^ operations
)
static member List : 
        operations:IIndexOperations -> IndexListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IIndexOperations
) As IndexListResponse

Parameters

Return Value

Type: Microsoft.Azure.Search.Models.IndexListResponse

Response from a List Indexes request. If successful, it includes the full definitions of all indexes.

See Also

IndexOperationsExtensions Class
Microsoft.Azure.Search Namespace

Return to top