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.postgresqlflexibleserver.fluent.models.OperationListResultInner object.
    Gets the nextLink property: URL client should use to fetch the next page (per server side paging).
    Gets the value property: Collection of available operation details.
  • Method Details

    • value

      List<Operation> value()
      Gets the value property: Collection of available operation details.
      Returns:
      the value value.
    • nextLink

      String nextLink()
      Gets the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Returns:
      the nextLink value.
    • innerModel

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