Freigeben über


IFunctionsScaleAndConcurrency.MaximumInstanceCount 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? MaximumInstanceCount { 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.MaximumInstanceCount : Nullable<single> with get, set
Public Property MaximumInstanceCount As Nullable(Of Single)

Property Value

Attributes

Applies to