| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SlowRequestsBasedTrigger |
AutoHealTriggers.slowRequests()
Get the slowRequests property: A rule based on request execution time.
|
SlowRequestsBasedTrigger |
SlowRequestsBasedTrigger.withCount(Integer count)
Set the count property: Request Count.
|
SlowRequestsBasedTrigger |
SlowRequestsBasedTrigger.withPath(String path)
Set the path property: Request Path.
|
SlowRequestsBasedTrigger |
SlowRequestsBasedTrigger.withTimeInterval(String timeInterval)
Set the timeInterval property: Time interval.
|
SlowRequestsBasedTrigger |
SlowRequestsBasedTrigger.withTimeTaken(String timeTaken)
Set the timeTaken property: Time taken.
|
| Modifier and Type | Method and Description |
|---|---|
AutoHealTriggers |
AutoHealTriggers.withSlowRequests(SlowRequestsBasedTrigger slowRequests)
Set the slowRequests property: A rule based on request execution time.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.