HostStatus.Load Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="load")]
public Microsoft.Azure.WebJobs.Script.WebHost.Models.LoadStatus Load { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="load")>]
member this.Load : Microsoft.Azure.WebJobs.Script.WebHost.Models.LoadStatus with get, set
Public Property Load As LoadStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to