次の方法で共有


ComputeNodeRebootOptions.OcpDate プロパティ

定義

要求が発行された時刻を取得または設定します。 クライアント ライブラリは通常、これを現在のシステム クロック時間に設定します。REST API を直接呼び出す場合は、明示的に設定します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonIgnore]
public DateTime? OcpDate { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonIgnore>]
member this.OcpDate : Nullable<DateTime> with get, set
Public Property OcpDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonIgnoreAttribute

適用対象