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