Site.SuspendedTill プロパティ

定義

メモリ時間クォータを超える場合に備え、アプリを一時停止します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象