Share via


ISlowRequestsBasedTrigger Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter))]
public interface ISlowRequestsBasedTrigger : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.SlowRequestsBasedTriggerTypeConverter))>]
type ISlowRequestsBasedTrigger = interface
    interface IJsonSerializable
Public Interface ISlowRequestsBasedTrigger
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Count

Request Count.

TimeInterval

Time interval.

TimeTaken

Time taken.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to