| Modifier and Type | Method and Description |
|---|---|
SlowRequestsBasedTrigger |
AutoHealTriggers.slowRequests()
Get the slowRequests value.
|
SlowRequestsBasedTrigger |
SlowRequestsBasedTrigger.withCount(Integer count)
Set the count value.
|
SlowRequestsBasedTrigger |
SlowRequestsBasedTrigger.withTimeInterval(String timeInterval)
Set the timeInterval value.
|
SlowRequestsBasedTrigger |
SlowRequestsBasedTrigger.withTimeTaken(String timeTaken)
Set the timeTaken value.
|
| Modifier and Type | Method and Description |
|---|---|
AutoHealTriggers |
AutoHealTriggers.withSlowRequests(SlowRequestsBasedTrigger slowRequests)
Set the slowRequests value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/