你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SlowRequestsBasedTrigger Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. SlowRequestsBasedTrigger
- com.
public class SlowRequestsBasedTrigger
Trigger based on request execution time.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
count()
Get the count value. |
String |
timeInterval()
Get the timeInterval value. |
String |
timeTaken()
Get the timeTaken value. |
Slow |
withCount(Integer count)
Set the count value. |
Slow |
withTimeInterval(String timeInterval)
Set the timeInterval value. |
Slow |
withTimeTaken(String timeTaken)
Set the timeTaken value. |
Method Details
count
public Integer count()
Get the count value.
Returns:
timeInterval
public String timeInterval()
Get the timeInterval value.
Returns:
timeTaken
public String timeTaken()
Get the timeTaken value.
Returns:
withCount
public SlowRequestsBasedTrigger withCount(Integer count)
Set the count value.
Parameters:
Returns:
withTimeInterval
public SlowRequestsBasedTrigger withTimeInterval(String timeInterval)
Set the timeInterval value.
Parameters:
Returns:
withTimeTaken
public SlowRequestsBasedTrigger withTimeTaken(String timeTaken)
Set the timeTaken value.
Parameters:
Returns: