SlowRequestsBasedTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trigger based on request execution time.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SlowRequestsBasedTriggerTypeConverter))]
public class SlowRequestsBasedTrigger : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.SlowRequestsBasedTriggerTypeConverter))>]
type SlowRequestsBasedTrigger = class
interface ISlowRequestsBasedTrigger
interface IJsonSerializable
Public Class SlowRequestsBasedTrigger
Implements ISlowRequestsBasedTrigger
- Inheritance
-
SlowRequestsBasedTrigger
- Attributes
- Implements
Constructors
SlowRequestsBasedTrigger() |
Creates an new SlowRequestsBasedTrigger instance. |
Properties
Count |
Request Count. |
Path |
Request Path. |
TimeInterval |
Time interval. |
TimeTaken |
Time taken. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SlowRequestsBasedTrigger. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SlowRequestsBasedTrigger. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ISlowRequestsBasedTrigger. |
FromJsonString(String) |
Creates a new instance of SlowRequestsBasedTrigger, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SlowRequestsBasedTrigger into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |