Interface OperationListResult


public interface OperationListResult
An immutable client-side representation of OperationListResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.subscription.fluent.models.OperationListResultInner object.
    Gets the nextLink property: URL to get the next set of operation list results if there are any.
    Gets the value property: List of operations.
  • Method Details

    • value

      List<Operation> value()
      Gets the value property: List of operations.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: URL to get the next set of operation list results if there are any.
      Returns:
      the nextLink value.
    • innerModel

      Gets the inner com.azure.resourcemanager.subscription.fluent.models.OperationListResultInner object.
      Returns:
      the inner object.