FunctionsScaleAndConcurrency.MaximumInstanceCount Property

Definition

The maximum number of instances for the function app.

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

Property Value

Implements

Attributes

Applies to