Uses of Class
com.azure.resourcemanager.appservice.models.RequestsBasedTrigger
Packages that use RequestsBasedTrigger
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of RequestsBasedTrigger in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return RequestsBasedTriggerModifier and TypeMethodDescriptionstatic RequestsBasedTrigger
RequestsBasedTrigger.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RequestsBasedTrigger from the JsonReader.AutoHealTriggers.requests()
Get the requests property: A rule based on total requests.Set the count property: Request Count.RequestsBasedTrigger.withTimeInterval
(String timeInterval) Set the timeInterval property: Time interval.Methods in com.azure.resourcemanager.appservice.models with parameters of type RequestsBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.withRequests
(RequestsBasedTrigger requests) Set the requests property: A rule based on total requests.