次の方法で共有


Update.NotBefore プロパティ

定義

この時刻より前に顧客によって自己更新されていない場合に、Azure が強制的に更新を開始する時間を取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="notBefore")]
public DateTime? NotBefore { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="notBefore")>]
member this.NotBefore : Nullable<DateTime> with get, set
Public Property NotBefore As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象