Uses of Class
com.azure.resourcemanager.appservice.models.RequestsBasedTrigger
-
Packages that use RequestsBasedTrigger Package Description com.azure.resourcemanager.appservice.models 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 RequestsBasedTrigger Modifier and Type Method Description RequestsBasedTriggerAutoHealTriggers. requests()Get the requests property: A rule based on total requests.RequestsBasedTriggerRequestsBasedTrigger. withCount(Integer count)Set the count property: Request Count.RequestsBasedTriggerRequestsBasedTrigger. withTimeInterval(String timeInterval)Set the timeInterval property: Time interval.Methods in com.azure.resourcemanager.appservice.models with parameters of type RequestsBasedTrigger Modifier and Type Method Description AutoHealTriggersAutoHealTriggers. withRequests(RequestsBasedTrigger requests)Set the requests property: A rule based on total requests.
-