IndexOperationsExtensions.List Method

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

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

Usage

'Usage
Dim operations As IIndexOperations
Dim returnValue As IndexListResponse

returnValue = IndexOperationsExtensions.List(operations)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function List ( _
    operations As IIndexOperations _
) As IndexListResponse
[ExtensionAttribute] 
public static IndexListResponse List (
    IIndexOperations operations
)
[ExtensionAttribute] 
public:
static IndexListResponse^ List (
    IIndexOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static IndexListResponse List (
    IIndexOperations operations
)
ExtensionAttribute 
public static function List (
    operations : IIndexOperations
) : IndexListResponse

Parameters

  • operations
    Reference to the Microsoft.Azure.Search.IIndexOperations.

Return Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IndexOperationsExtensions Class
IndexOperationsExtensions Members
Microsoft.Azure.Search Namespace