Interface OperationsListResults


  • public interface OperationsListResults
    An immutable client-side representation of OperationsListResults.
    • Method Detail

      • odataCount

        Integer odataCount()
        Gets the odataCount property: OData entity count; represents the number of operations returned.
        Returns:
        the odataCount value.
      • value

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

        OperationsListResultsInner innerModel()
        Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.OperationsListResultsInner object.
        Returns:
        the inner object.