Interface OperationsListResults


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.OperationsListResultsInner object.
    Gets the odataCount property: OData entity count; represents the number of operations returned.
    Gets the value property: List of available operations.
  • Method Details

    • 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

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