IFunctionsAlwaysReadyConfig.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.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="instanceCount")]
public float? InstanceCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="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.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="instanceCount")>]
member this.InstanceCount : Nullable<single> with get, set
Public Property InstanceCount As Nullable(Of Single)

Property Value

Attributes

Applies to