Class RequestRateByIntervalInput
java.lang.Object
com.microsoft.azure.management.compute.LogAnalyticsInputBase
com.microsoft.azure.management.compute.RequestRateByIntervalInput
Api request input for LogAnalytics getRequestRateByInterval Api.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet interval value in minutes used to create LogAnalytics call rate logs.withIntervalLength
(IntervalInMins intervalLength) Set interval value in minutes used to create LogAnalytics call rate logs.Methods inherited from class com.microsoft.azure.management.compute.LogAnalyticsInputBase
blobContainerSasUri, fromTime, groupByClientApplicationId, groupByOperationName, groupByResourceName, groupByThrottlePolicy, groupByUserAgent, toTime, withBlobContainerSasUri, withFromTime, withGroupByClientApplicationId, withGroupByOperationName, withGroupByResourceName, withGroupByThrottlePolicy, withGroupByUserAgent, withToTime
-
Constructor Details
-
RequestRateByIntervalInput
public RequestRateByIntervalInput()
-
-
Method Details
-
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
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.
-