IndexerListResponse.IEnumerable.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
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator
private override GetEnumerator : unit -> IEnumerator
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Return Value
Type: System.Collections.IEnumerator
Implements
See Also
IndexerListResponse Class
Microsoft.Azure.Search.Models Namespace
Return to top