次の方法で共有


ComputeNode.StateTransitionTime プロパティ

定義

コンピューティング ノードが現在の状態になった時刻を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象