次の方法で共有


ScheduleUpdate.StartAt プロパティ

定義

ラボ ユーザー仮想マシンがいつ開始されるかを取得または設定します。 タイムスタンプ オフセットは無視され、代わりに timeZoneId が使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象