ISiteProperties.ContainerSize Property

Definition

Size of the function container.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Size of the function container.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="containerSize", Update=true)]
public int? ContainerSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Size of the function container.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="containerSize", Update=true)>]
member this.ContainerSize : Nullable<int> with get, set
Public Property ContainerSize As Nullable(Of Integer)

Property Value

Attributes

Applies to