IndexListNamesResponse Class
Applies To: Microsoft Azure
Response from a List Index Names request. If successful, it includes the name of each index.
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.IndexListNamesResponse
Syntax
public class IndexListNamesResponse : AzureOperationResponse,
IEnumerable<string>, IEnumerable
public ref class IndexListNamesResponse : AzureOperationResponse,
IEnumerable<String^>, IEnumerable
type IndexListNamesResponse =
class
inherit AzureOperationResponse
interface IEnumerable<string>
interface IEnumerable
end
Public Class IndexListNamesResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of String), IEnumerable
Constructors
| Name | Description | |
|---|---|---|
![]() |
IndexListNamesResponse() | Initializes a new instance of the IndexListNamesResponse class. |
Properties
| Name | Description | |
|---|---|---|
![]() |
IndexNames | Optional. Gets the index names 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 IndexNames. |
![]() |
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 IndexNames. |
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)