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
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type RequestsBasedTriggerModifier and TypeClassDescriptionfinal classTrigger based on total requests.Methods in com.azure.resourcemanager.appservice.models that return RequestsBasedTriggerModifier and TypeMethodDescriptionstatic RequestsBasedTriggerRequestsBasedTrigger.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.