IFunctionAppConfig.ScaleAndConcurrencyAlwaysReady Property

Definition

'Always Ready' configuration for the function app.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="'Always Ready' configuration for the function app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsAlwaysReadyConfig) }, Read=true, ReadOnly=false, Required=false, SerializedName="alwaysReady", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsAlwaysReadyConfig> ScaleAndConcurrencyAlwaysReady { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="'Always Ready' configuration for the function app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsAlwaysReadyConfig) }, Read=true, ReadOnly=false, Required=false, SerializedName="alwaysReady", Update=true)>]
member this.ScaleAndConcurrencyAlwaysReady : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsAlwaysReadyConfig> with get, set
Public Property ScaleAndConcurrencyAlwaysReady As List(Of IFunctionsAlwaysReadyConfig)

Property Value

Attributes

Applies to