Partager via


ISite.ScaleAndConcurrencyMaximumInstanceCount Property

Definition

The maximum number of instances for the function app.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The maximum number of instances for the function app.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="maximumInstanceCount")]
public float? ScaleAndConcurrencyMaximumInstanceCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The maximum number of instances for the function app.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="maximumInstanceCount")>]
member this.ScaleAndConcurrencyMaximumInstanceCount : Nullable<single> with get, set
Public Property ScaleAndConcurrencyMaximumInstanceCount As Nullable(Of Single)

Property Value

Attributes

Applies to