Share via


IFunctionsScaleAndConcurrencyTriggersHttp Interface

Definition

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

Properties

PerInstanceConcurrency

The maximum number of concurrent HTTP trigger invocations per instance.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to