Class LogAnalyticsQueryPackListResult

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

public final class LogAnalyticsQueryPackListResult extends Object
Describes the list of Log Analytics QueryPack resources.
  • Constructor Details

    • LogAnalyticsQueryPackListResult

      public LogAnalyticsQueryPackListResult()
  • Method Details

    • value

      Get the value property: List of Log Analytics QueryPack definitions.
      Returns:
      the value value.
    • withValue

      Set the value property: List of Log Analytics QueryPack definitions.
      Parameters:
      value - the value value to set.
      Returns:
      the LogAnalyticsQueryPackListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPacks where returned in the result set.
      Returns:
      the nextLink value.
    • withNextLink

      public LogAnalyticsQueryPackListResult withNextLink(String nextLink)
      Set the nextLink property: The URI to get the next set of Log Analytics QueryPack definitions if too many QueryPacks where returned in the result set.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the LogAnalyticsQueryPackListResult object itself.
    • validate

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