Class LogAnalyticsInputBase

java.lang.Object
com.microsoft.azure.management.compute.LogAnalyticsInputBase
Direct Known Subclasses:
RequestRateByIntervalInput, ThrottledRequestsInput

public class LogAnalyticsInputBase extends Object
Api input base class for LogAnalytics Api.
  • Constructor Details

    • LogAnalyticsInputBase

      public LogAnalyticsInputBase()
  • Method Details

    • blobContainerSasUri

      public String blobContainerSasUri()
      Get sAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
      Returns:
      the blobContainerSasUri value
    • withBlobContainerSasUri

      public LogAnalyticsInputBase withBlobContainerSasUri(String blobContainerSasUri)
      Set sAS Uri of the logging blob container to which LogAnalytics Api writes output logs to.
      Parameters:
      blobContainerSasUri - the blobContainerSasUri value to set
      Returns:
      the LogAnalyticsInputBase object itself.
    • fromTime

      public org.joda.time.DateTime fromTime()
      Get from time of the query.
      Returns:
      the fromTime value
    • withFromTime

      public LogAnalyticsInputBase withFromTime(org.joda.time.DateTime fromTime)
      Set from time of the query.
      Parameters:
      fromTime - the fromTime value to set
      Returns:
      the LogAnalyticsInputBase object itself.
    • toTime

      public org.joda.time.DateTime toTime()
      Get to time of the query.
      Returns:
      the toTime value
    • withToTime

      public LogAnalyticsInputBase withToTime(org.joda.time.DateTime toTime)
      Set to time of the query.
      Parameters:
      toTime - the toTime value to set
      Returns:
      the LogAnalyticsInputBase object itself.
    • groupByThrottlePolicy

      public Boolean groupByThrottlePolicy()
      Get group query result by Throttle Policy applied.
      Returns:
      the groupByThrottlePolicy value
    • withGroupByThrottlePolicy

      public LogAnalyticsInputBase withGroupByThrottlePolicy(Boolean groupByThrottlePolicy)
      Set group query result by Throttle Policy applied.
      Parameters:
      groupByThrottlePolicy - the groupByThrottlePolicy value to set
      Returns:
      the LogAnalyticsInputBase object itself.
    • groupByOperationName

      public Boolean groupByOperationName()
      Get group query result by Operation Name.
      Returns:
      the groupByOperationName value
    • withGroupByOperationName

      public LogAnalyticsInputBase withGroupByOperationName(Boolean groupByOperationName)
      Set group query result by Operation Name.
      Parameters:
      groupByOperationName - the groupByOperationName value to set
      Returns:
      the LogAnalyticsInputBase object itself.
    • groupByResourceName

      public Boolean groupByResourceName()
      Get group query result by Resource Name.
      Returns:
      the groupByResourceName value
    • withGroupByResourceName

      public LogAnalyticsInputBase withGroupByResourceName(Boolean groupByResourceName)
      Set group query result by Resource Name.
      Parameters:
      groupByResourceName - the groupByResourceName value to set
      Returns:
      the LogAnalyticsInputBase object itself.
    • groupByClientApplicationId

      public Boolean groupByClientApplicationId()
      Get group query result by Client Application ID.
      Returns:
      the groupByClientApplicationId value
    • withGroupByClientApplicationId

      public LogAnalyticsInputBase withGroupByClientApplicationId(Boolean groupByClientApplicationId)
      Set group query result by Client Application ID.
      Parameters:
      groupByClientApplicationId - the groupByClientApplicationId value to set
      Returns:
      the LogAnalyticsInputBase object itself.
    • groupByUserAgent

      public Boolean groupByUserAgent()
      Get group query result by User Agent.
      Returns:
      the groupByUserAgent value
    • withGroupByUserAgent

      public LogAnalyticsInputBase withGroupByUserAgent(Boolean groupByUserAgent)
      Set group query result by User Agent.
      Parameters:
      groupByUserAgent - the groupByUserAgent value to set
      Returns:
      the LogAnalyticsInputBase object itself.