Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealTriggers
Packages that use AutoHealTriggers
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AutoHealTriggers in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AutoHealTriggersModifier and TypeMethodDescriptionstatic AutoHealTriggersAutoHealTriggers.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoHealTriggers from the JsonReader.AutoHealRules.triggers()Get the triggers property: Conditions that describe when to execute the auto-heal actions.AutoHealTriggers.withPrivateBytesInKB(Integer privateBytesInKB) Set the privateBytesInKB property: A rule based on private bytes.AutoHealTriggers.withRequests(RequestsBasedTrigger requests) Set the requests property: A rule based on total requests.AutoHealTriggers.withSlowRequests(SlowRequestsBasedTrigger slowRequests) Set the slowRequests property: A rule based on request execution time.AutoHealTriggers.withSlowRequestsWithPath(List<SlowRequestsBasedTrigger> slowRequestsWithPath) Set the slowRequestsWithPath property: A rule based on multiple Slow Requests Rule with path.AutoHealTriggers.withStatusCodes(List<StatusCodesBasedTrigger> statusCodes) Set the statusCodes property: A rule based on status codes.AutoHealTriggers.withStatusCodesRange(List<StatusCodesRangeBasedTrigger> statusCodesRange) Set the statusCodesRange property: A rule based on status codes ranges.Methods in com.azure.resourcemanager.appservice.models with parameters of type AutoHealTriggersModifier and TypeMethodDescriptionAutoHealRules.withTriggers(AutoHealTriggers triggers) Set the triggers property: Conditions that describe when to execute the auto-heal actions.