Uses of Class
com.microsoft.azure.management.appservice.StatusCodesBasedTrigger
Packages that use StatusCodesBasedTrigger
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of StatusCodesBasedTrigger in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return StatusCodesBasedTriggerModifier and TypeMethodDescriptionSet request Count.StatusCodesBasedTrigger.withStatus
(Integer status) Set hTTP status code.StatusCodesBasedTrigger.withSubStatus
(Integer subStatus) Set request Sub Status.StatusCodesBasedTrigger.withTimeInterval
(String timeInterval) Set time interval.StatusCodesBasedTrigger.withWin32Status
(Integer win32Status) Set win32 error code.Methods in com.microsoft.azure.management.appservice that return types with arguments of type StatusCodesBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.statusCodes()
Get a rule based on status codes.Method parameters in com.microsoft.azure.management.appservice with type arguments of type StatusCodesBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.withStatusCodes
(List<StatusCodesBasedTrigger> statusCodes) Set a rule based on status codes.