Delen via


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)]
public int? MaximumInstanceCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.MaximumInstanceCount : Nullable<single> with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.MaximumInstanceCount : Nullable<int> with get, set
Public Property MaximumInstanceCount As Nullable(Of Single)
Public Property MaximumInstanceCount As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to