IFunctionsScaleAndConcurrency.MaximumInstanceCount Property

Definition

The maximum number of instances for the function app.

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

Property Value

Attributes

Applies to