Class LogAnalyticsQueryPackQueryListResult

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

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

    • LogAnalyticsQueryPackQueryListResult

      public LogAnalyticsQueryPackQueryListResult()
  • Method Details

    • value

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

      Set the value property: List of Log Analytics QueryPack Query definitions.
      Parameters:
      value - the value value to set.
      Returns:
      the LogAnalyticsQueryPackQueryListResult 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 QueryPack-Queries where returned in the result set.
      Returns:
      the nextLink value.
    • withNextLink

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

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