ISite.ScaleAndConcurrencyMaximumInstanceCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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