public class OperationListResult extends Object
| Constructor and Description |
|---|
OperationListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the link (url) to the next page of results.
|
List<Operation> |
value()
Get the results of the list operation.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/