Interface SummarizeResults


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.SummarizeResultsInner object.
    Gets the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
    Gets the odataCount property: OData entity count; represents the number of summaries returned; always set to 1.
    Gets the value property: Summarize action results.
  • Method Details

    • odataContext

      String odataContext()
      Gets the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
      Returns:
      the odataContext value.
    • odataCount

      Integer odataCount()
      Gets the odataCount property: OData entity count; represents the number of summaries returned; always set to 1.
      Returns:
      the odataCount value.
    • value

      List<Summary> value()
      Gets the value property: Summarize action results.
      Returns:
      the value value.
    • innerModel

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