Class StorageInsightListResult

java.lang.Object
com.azure.resourcemanager.loganalytics.models.StorageInsightListResult

public final class StorageInsightListResult extends Object
The list storage insights operation response.
  • Constructor Details

    • StorageInsightListResult

      public StorageInsightListResult()
  • Method Details

    • value

      public List<StorageInsightInner> value()
      Get the value property: A list of storage insight items.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of storage insight items.
      Parameters:
      value - the value value to set.
      Returns:
      the StorageInsightListResult object itself.
    • odataNextLink

      public String odataNextLink()
      Get the odataNextLink property: The link (url) to the next page of results.
      Returns:
      the odataNextLink value.
    • withOdataNextLink

      public StorageInsightListResult withOdataNextLink(String odataNextLink)
      Set the odataNextLink property: The link (url) to the next page of results.
      Parameters:
      odataNextLink - the odataNextLink value to set.
      Returns:
      the StorageInsightListResult object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.