FunctionsScaleAndConcurrency.AlwaysReady Property

Definition

'Always Ready' configuration for the function app.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsAlwaysReadyConfig> AlwaysReady { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.AlwaysReady : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionsAlwaysReadyConfig> with get, set
Public Property AlwaysReady As List(Of IFunctionsAlwaysReadyConfig)

Property Value

Implements

Attributes

Applies to