Delen via


FunctionsScaleAndConcurrency.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.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public float? InstanceMemoryMb { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)]
public int? InstanceMemoryMb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.InstanceMemoryMb : Nullable<single> with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Owned)>]
member this.InstanceMemoryMb : Nullable<int> with get, set
Public Property InstanceMemoryMb As Nullable(Of Single)
Public Property InstanceMemoryMb As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to