IndexerListResponse Class

 

Applies To: Microsoft Azure

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

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

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.Azure.Search.Models.IndexerListResponse

Syntax

public class IndexerListResponse : AzureOperationResponse, IEnumerable<Indexer>, 
    IEnumerable
public ref class IndexerListResponse : AzureOperationResponse, 
    IEnumerable<Indexer^>, IEnumerable
type IndexerListResponse = 
    class
        inherit AzureOperationResponse
        interface IEnumerable<Indexer>
        interface IEnumerable
    end
Public Class IndexerListResponse
    Inherits AzureOperationResponse
    Implements IEnumerable(Of Indexer), IEnumerable

Constructors

Name Description
System_CAPS_pubmethod IndexerListResponse()

Initializes a new instance of the IndexerListResponse class.

Properties

Name Description
System_CAPS_pubproperty Indexers

Optional. Gets the indexers in the Search service.

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetEnumerator()

Gets the sequence of Indexers.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

Gets the sequence of Indexers.

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.

See Also

Microsoft.Azure.Search.Models Namespace

Return to top