Site.SuspendedTill Property

Definition

Gets app suspended till in case memory-time quota is exceeded.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.suspendedTill")]
public DateTime? SuspendedTill { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.suspendedTill")>]
member this.SuspendedTill : Nullable<DateTime>
Public ReadOnly Property SuspendedTill As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to