Condividi tramite


Site.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public float? ScaleAndConcurrencyInstanceMemoryMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.ScaleAndConcurrencyInstanceMemoryMb : Nullable<single> with get, set
Public Property ScaleAndConcurrencyInstanceMemoryMb As Nullable(Of Single)

Property Value

Implements

Attributes

Applies to