public class RequestRateByIntervalInput extends LogAnalyticsInputBase
| Constructor and Description |
|---|
RequestRateByIntervalInput() |
| Modifier and Type | Method and Description |
|---|---|
IntervalInMins |
intervalLength()
Get interval value in minutes used to create LogAnalytics call rate logs.
|
RequestRateByIntervalInput |
withIntervalLength(IntervalInMins intervalLength)
Set interval value in minutes used to create LogAnalytics call rate logs.
|
blobContainerSasUri, fromTime, groupByOperationName, groupByResourceName, groupByThrottlePolicy, toTime, withBlobContainerSasUri, withFromTime, withGroupByOperationName, withGroupByResourceName, withGroupByThrottlePolicy, withToTimepublic IntervalInMins intervalLength()
public RequestRateByIntervalInput withIntervalLength(IntervalInMins intervalLength)
intervalLength - the intervalLength value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/