你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionAppScaleAndConcurrency.FunctionAppInstanceMemoryMB Property

Definition

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

public int? FunctionAppInstanceMemoryMB { get; set; }
member this.FunctionAppInstanceMemoryMB : Nullable<int> with get, set
Public Property FunctionAppInstanceMemoryMB As Nullable(Of Integer)

Property Value

Applies to