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 | |
|---|---|---|
![]() |
IndexerListResponse() | Initializes a new instance of the IndexerListResponse class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
Indexers | Optional. Gets the indexers in the Search service. |
![]() |
RequestId | (Inherited from AzureOperationResponse.) |
![]() |
StatusCode | (Inherited from HttpOperationResponse.) |
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetEnumerator() | Gets the sequence of Indexers. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
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
.jpeg)
.jpeg)
.jpeg)
.gif)
.gif)