RequestsBasedTrigger 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 total requests.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RequestsBasedTriggerTypeConverter))]
public class RequestsBasedTrigger : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRequestsBasedTrigger
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RequestsBasedTriggerTypeConverter))>]
type RequestsBasedTrigger = class
interface IRequestsBasedTrigger
interface IJsonSerializable
Public Class RequestsBasedTrigger
Implements IRequestsBasedTrigger
- Inheritance
-
RequestsBasedTrigger
- Attributes
- Implements
Constructors
RequestsBasedTrigger() |
Creates an new RequestsBasedTrigger instance. |
Properties
Count |
Request Count. |
TimeInterval |
Time interval. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RequestsBasedTrigger. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RequestsBasedTrigger. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IRequestsBasedTrigger. |
FromJsonString(String) |
Creates a new instance of RequestsBasedTrigger, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RequestsBasedTrigger into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |