Class OperationListResult
java.lang.Object
com.azure.resourcemanager.search.models.OperationListResult
The result of the request to list REST API operations. It contains a list of operations and a URL to get the next set
of results.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OperationListResult
public OperationListResult()Creates an instance of OperationListResult class.
-
-
Method Details
-
value
Get the value property: The list of operations supported by the resource provider.- Returns:
- the value value.
-
nextLink
Get the nextLink property: The URL to get the next set of operation list results, if any.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-