Class RequestRateByIntervalInput

java.lang.Object
com.microsoft.azure.management.compute.LogAnalyticsInputBase
com.microsoft.azure.management.compute.RequestRateByIntervalInput

public class RequestRateByIntervalInput extends LogAnalyticsInputBase
Api request input for LogAnalytics getRequestRateByInterval Api.
  • Constructor Details

    • RequestRateByIntervalInput

      public RequestRateByIntervalInput()
  • Method Details

    • intervalLength

      public IntervalInMins intervalLength()
      Get interval value in minutes used to create LogAnalytics call rate logs. Possible values include: 'ThreeMins', 'FiveMins', 'ThirtyMins', 'SixtyMins'.
      Returns:
      the intervalLength value
    • withIntervalLength

      public RequestRateByIntervalInput withIntervalLength(IntervalInMins intervalLength)
      Set interval value in minutes used to create LogAnalytics call rate logs. Possible values include: 'ThreeMins', 'FiveMins', 'ThirtyMins', 'SixtyMins'.
      Parameters:
      intervalLength - the intervalLength value to set
      Returns:
      the RequestRateByIntervalInput object itself.