Class SearchServiceListResult
java.lang.Object
com.azure.resourcemanager.search.models.SearchServiceListResult
Response containing a list of Azure Cognitive Search services.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchServiceListResult
public SearchServiceListResult()
-
-
Method Details
-
value
Get the value property: The list of search services.- Returns:
- the value value.
-
nextLink
Get the nextLink property: 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.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-