Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
AutoHealTriggers |
AutoHealRules.triggers()
Get conditions that describe when to execute the auto-heal actions.
|
AutoHealTriggers |
AutoHealTriggers.withPrivateBytesInKB(Integer privateBytesInKB)
Set a rule based on private bytes.
|
AutoHealTriggers |
AutoHealTriggers.withRequests(RequestsBasedTrigger requests)
Set a rule based on total requests.
|
AutoHealTriggers |
AutoHealTriggers.withSlowRequests(SlowRequestsBasedTrigger slowRequests)
Set a rule based on request execution time.
|
AutoHealTriggers |
AutoHealTriggers.withStatusCodes(List<StatusCodesBasedTrigger> statusCodes)
Set a rule based on status codes.
|
Modifier and Type | Method and Description |
---|---|
AutoHealRules |
AutoHealRules.withTriggers(AutoHealTriggers triggers)
Set conditions that describe when to execute the auto-heal actions.
|
Copyright © 2019. All rights reserved.