Share via


ISite.ScaleAndConcurrencyInstanceMemoryMb Property

Definition

Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="instanceMemoryMB")]
public float? ScaleAndConcurrencyInstanceMemoryMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="instanceMemoryMB")>]
member this.ScaleAndConcurrencyInstanceMemoryMb : Nullable<single> with get, set
Public Property ScaleAndConcurrencyInstanceMemoryMb As Nullable(Of Single)

Property Value

Attributes

Applies to