Uses of Class
com.azure.resourcemanager.appservice.models.StatusCodesRangeBasedTrigger
Packages that use StatusCodesRangeBasedTrigger
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of StatusCodesRangeBasedTrigger in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StatusCodesRangeBasedTriggerModifier and TypeMethodDescriptionstatic StatusCodesRangeBasedTrigger
StatusCodesRangeBasedTrigger.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StatusCodesRangeBasedTrigger from the JsonReader.Set the count property: Request Count.Set the path property: The path property.StatusCodesRangeBasedTrigger.withStatusCodes
(String statusCodes) Set the statusCodes property: HTTP status code.StatusCodesRangeBasedTrigger.withTimeInterval
(String timeInterval) Set the timeInterval property: Time interval.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type StatusCodesRangeBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.statusCodesRange()
Get the statusCodesRange property: A rule based on status codes ranges.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type StatusCodesRangeBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.withStatusCodesRange
(List<StatusCodesRangeBasedTrigger> statusCodesRange) Set the statusCodesRange property: A rule based on status codes ranges.