Site.ScaleAndConcurrencyInstanceMemoryMb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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