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

FunctionAppScaleAndConcurrency.InstanceMemoryMB 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 Azure.Provisioning.BicepValue<float> InstanceMemoryMB { get; set; }
member this.InstanceMemoryMB : Azure.Provisioning.BicepValue<single> with get, set
Public Property InstanceMemoryMB As BicepValue(Of Single)

Property Value

Applies to