Partager via


FunctionsScaleAndConcurrency.HttpPerInstanceConcurrency Property

Definition

The maximum number of concurrent HTTP trigger invocations per instance.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public float? HttpPerInstanceConcurrency { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.HttpPerInstanceConcurrency : Nullable<single> with get, set
Public Property HttpPerInstanceConcurrency As Nullable(Of Single)

Property Value

Implements

Attributes

Applies to