IndexListResponse.GetEnumerator Method ()
Applies To: Microsoft Azure
Gets the sequence of Indexes.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public IEnumerator<Index> GetEnumerator()
public:
virtual IEnumerator<Index^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<Index>
override GetEnumerator : unit -> IEnumerator<Index>
Public Function GetEnumerator As IEnumerator(Of Index)
Return Value
Type: System.Collections.Generic.IEnumerator<Index>
Implements
IEnumerable<T>.GetEnumerator()
See Also
IndexListResponse Class
Microsoft.Azure.Search.Models Namespace
Return to top