Uses of Class
com.azure.resourcemanager.appservice.models.StatusCodesBasedTrigger
Packages that use StatusCodesBasedTrigger
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of StatusCodesBasedTrigger in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type StatusCodesBasedTriggerModifier and TypeClassDescriptionfinal classTrigger based on status code.Methods in com.azure.resourcemanager.appservice.models that return StatusCodesBasedTriggerModifier and TypeMethodDescriptionstatic StatusCodesBasedTriggerStatusCodesBasedTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StatusCodesBasedTrigger from the JsonReader.Set the count property: Request Count.Set the path property: Request Path.StatusCodesBasedTrigger.withStatus(Integer status) Set the status property: HTTP status code.StatusCodesBasedTrigger.withSubStatus(Integer subStatus) Set the subStatus property: Request Sub Status.StatusCodesBasedTrigger.withTimeInterval(String timeInterval) Set the timeInterval property: Time interval.StatusCodesBasedTrigger.withWin32Status(Integer win32Status) Set the win32Status property: Win32 error code.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StatusCodesBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.statusCodes()Get the statusCodes property: A rule based on status codes.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StatusCodesBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.withStatusCodes(List<StatusCodesBasedTrigger> statusCodes) Set the statusCodes property: A rule based on status codes.