Uses of Class
com.azure.resourcemanager.appservice.models.SlowRequestsBasedTrigger
Packages that use SlowRequestsBasedTrigger
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of SlowRequestsBasedTrigger in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SlowRequestsBasedTriggerModifier and TypeMethodDescriptionstatic SlowRequestsBasedTrigger
SlowRequestsBasedTrigger.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SlowRequestsBasedTrigger from the JsonReader.AutoHealTriggers.slowRequests()
Get the slowRequests property: A rule based on request execution time.Set the count property: Request Count.Set the path property: Request Path.SlowRequestsBasedTrigger.withTimeInterval
(String timeInterval) Set the timeInterval property: Time interval.SlowRequestsBasedTrigger.withTimeTaken
(String timeTaken) Set the timeTaken property: Time taken.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SlowRequestsBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.slowRequestsWithPath()
Get the slowRequestsWithPath property: A rule based on multiple Slow Requests Rule with path.Methods in com.azure.resourcemanager.appservice.models with parameters of type SlowRequestsBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.withSlowRequests
(SlowRequestsBasedTrigger slowRequests) Set the slowRequests property: A rule based on request execution time.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SlowRequestsBasedTriggerModifier and TypeMethodDescriptionAutoHealTriggers.withSlowRequestsWithPath
(List<SlowRequestsBasedTrigger> slowRequestsWithPath) Set the slowRequestsWithPath property: A rule based on multiple Slow Requests Rule with path.