public final class RequestsBasedTrigger extends Object
| Constructor and Description |
|---|
RequestsBasedTrigger() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get the count property: Request Count.
|
String |
timeInterval()
Get the timeInterval property: Time interval.
|
void |
validate()
Validates the instance.
|
RequestsBasedTrigger |
withCount(Integer count)
Set the count property: Request Count.
|
RequestsBasedTrigger |
withTimeInterval(String timeInterval)
Set the timeInterval property: Time interval.
|
public Integer count()
public RequestsBasedTrigger withCount(Integer count)
count - the count value to set.public String timeInterval()
public RequestsBasedTrigger withTimeInterval(String timeInterval)
timeInterval - the timeInterval value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.