Site.ContainerSize Property

Definition

Gets or sets size of the function container.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.containerSize")]
public int? ContainerSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.containerSize")>]
member this.ContainerSize : Nullable<int> with get, set
Public Property ContainerSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to