ISiteProperties.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(Create=true, 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.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="instanceMemoryMB", Update=true)]
public int? ScaleAndConcurrencyInstanceMemoryMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, 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.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="instanceMemoryMB", Update=true)>]
member this.ScaleAndConcurrencyInstanceMemoryMb : Nullable<int> with get, set
Public Property ScaleAndConcurrencyInstanceMemoryMb As Nullable(Of Integer)

Property Value

Attributes

Applies to