SearchServiceListResult interface
Response containing a list of Azure Cognitive Search services.
Properties
next |
Request URL that can be used to query next page of search services. Returned when the total number of requested search services exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The list of Search services. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
Request URL that can be used to query next page of search services. Returned when the total number of requested search services exceed maximum page size. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
The list of Search services. NOTE: This property will not be serialized. It can only be populated by the server.
value?: SearchService[]