FunctionsAlwaysReadyConfig.InstanceCount Property

Definition

Sets the number of 'Always Ready' instances for a given function group or a specific function. For additional information see https://aka.ms/flexconsumption/alwaysready.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public float? InstanceCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.InstanceCount : Nullable<single> with get, set
Public Property InstanceCount As Nullable(Of Single)

Property Value

Implements

Attributes

Applies to