public final class RequestRateByIntervalInput extends LogAnalyticsInputBase
Constructor and Description |
---|
RequestRateByIntervalInput() |
Modifier and Type | Method and Description |
---|---|
IntervalInMins |
intervalLength()
Get the intervalLength property: Interval value in minutes used to create LogAnalytics call rate logs.
|
void |
validate()
Validates the instance.
|
RequestRateByIntervalInput |
withIntervalLength(IntervalInMins intervalLength)
Set the intervalLength property: Interval value in minutes used to create LogAnalytics call rate logs.
|
blobContainerSasUri, fromTime, groupByOperationName, groupByResourceName, groupByThrottlePolicy, toTime, withBlobContainerSasUri, withFromTime, withGroupByOperationName, withGroupByResourceName, withGroupByThrottlePolicy, withToTime
public IntervalInMins intervalLength()
public RequestRateByIntervalInput withIntervalLength(IntervalInMins intervalLength)
intervalLength
- the intervalLength value to set.public void validate()
validate
in class LogAnalyticsInputBase
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.