IndexersOperationsExtensions.Get Method

Definition

public static Microsoft.Azure.Search.Models.Indexer Get (this Microsoft.Azure.Search.IIndexersOperations operations, string indexerName, Microsoft.Azure.Search.Models.SearchRequestOptions searchRequestOptions = default);
static member Get : Microsoft.Azure.Search.IIndexersOperations * string * Microsoft.Azure.Search.Models.SearchRequestOptions -> Microsoft.Azure.Search.Models.Indexer
<Extension()>
Public Function Get (operations As IIndexersOperations, indexerName As String, Optional searchRequestOptions As SearchRequestOptions = Nothing) As Indexer

Parameters

operations
IIndexersOperations

The operations group for this extension method.

indexerName
String

The name of the indexer to retrieve.

searchRequestOptions
SearchRequestOptions

Additional parameters for the operation

Returns

Applies to