FunctionsScaleAndConcurrencyTriggersHttp.PerInstanceConcurrency Property

Definition

The maximum number of concurrent HTTP trigger invocations per instance.

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

Property Value

Implements

Attributes

Applies to