OperationListResult Interface
public interface OperationListResult
An immutable client-side representation of OperationListResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract String |
nextLink()
Gets the next |
| abstract List<Operation> |
value()
Gets the value property: The results of the list operation. |
Method Details
innerModel
public abstract OperationListResultInner innerModel()
Gets the inner com.azure.resourcemanager.datalakeanalytics.fluent.models.OperationListResultInner object.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: The link (url) to the next page of results.
Returns:
value
public abstract List<Operation> value()
Gets the value property: The results of the list operation.
Returns: