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