Class OperationListResult
java.lang.Object
com.azure.resourcemanager.containerinstance.models.OperationListResult
The operation list response that contains all operations for Azure Container Instance service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of operations.voidvalidate()Validates the instance.value()Get the value property: The list of operations.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of operations.Set the value property: The list of operations.
-
Constructor Details
-
OperationListResult
public OperationListResult()Creates an instance of OperationListResult class.
-
-
Method Details
-
value
Get the value property: The list of operations.- Returns:
- the value value.
-
withValue
Set the value property: The list of operations.- Parameters:
value- the value value to set.- Returns:
- the OperationListResult object itself.
-
nextLink
Get the nextLink property: The URI to fetch the next page of operations.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI to fetch the next page of operations.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the OperationListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-