public final class StatusCodesRangeBasedTrigger extends Object
| Constructor and Description |
|---|
StatusCodesRangeBasedTrigger() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
count()
Get the count property: Request Count.
|
String |
path()
Get the path property: The path property.
|
String |
statusCodes()
Get the statusCodes property: HTTP status code.
|
String |
timeInterval()
Get the timeInterval property: Time interval.
|
void |
validate()
Validates the instance.
|
StatusCodesRangeBasedTrigger |
withCount(Integer count)
Set the count property: Request Count.
|
StatusCodesRangeBasedTrigger |
withPath(String path)
Set the path property: The path property.
|
StatusCodesRangeBasedTrigger |
withStatusCodes(String statusCodes)
Set the statusCodes property: HTTP status code.
|
StatusCodesRangeBasedTrigger |
withTimeInterval(String timeInterval)
Set the timeInterval property: Time interval.
|
public String statusCodes()
public StatusCodesRangeBasedTrigger withStatusCodes(String statusCodes)
statusCodes - the statusCodes value to set.public String path()
public StatusCodesRangeBasedTrigger withPath(String path)
path - the path value to set.public Integer count()
public StatusCodesRangeBasedTrigger withCount(Integer count)
count - the count value to set.public String timeInterval()
public StatusCodesRangeBasedTrigger withTimeInterval(String timeInterval)
timeInterval - the timeInterval value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.