Share via


FunctionsScaleAndConcurrencyTriggersHttp Class

Definition

Scale and concurrency settings for the HTTP trigger.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsScaleAndConcurrencyTriggersHttpTypeConverter))]
public class FunctionsScaleAndConcurrencyTriggersHttp : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsScaleAndConcurrencyTriggersHttp
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionsScaleAndConcurrencyTriggersHttpTypeConverter))>]
type FunctionsScaleAndConcurrencyTriggersHttp = class
    interface IFunctionsScaleAndConcurrencyTriggersHttp
    interface IJsonSerializable
Public Class FunctionsScaleAndConcurrencyTriggersHttp
Implements IFunctionsScaleAndConcurrencyTriggersHttp
Inheritance
FunctionsScaleAndConcurrencyTriggersHttp
Attributes
Implements

Constructors

FunctionsScaleAndConcurrencyTriggersHttp()

Creates an new FunctionsScaleAndConcurrencyTriggersHttp instance.

Properties

PerInstanceConcurrency

The maximum number of concurrent HTTP trigger invocations per instance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionsScaleAndConcurrencyTriggersHttp.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionsScaleAndConcurrencyTriggersHttp.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionsScaleAndConcurrencyTriggersHttp.

FromJsonString(String)

Creates a new instance of FunctionsScaleAndConcurrencyTriggersHttp, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionsScaleAndConcurrencyTriggersHttp into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to