Interface SummarizeResults


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SummarizeResultsInner innerModel()
      Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.SummarizeResultsInner object.
      String odataContext()
      Gets the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
      Integer odataCount()
      Gets the odataCount property: OData entity count; represents the number of summaries returned; always set to 1.
      List<Summary> value()
      Gets the value property: Summarize action results.
    • Method Detail

      • 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.