FileGetFromComputeNodeHeaders.OcpCreationTime プロパティ

定義

ファイルの作成時間を取得または設定します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="ocp-creation-time")]
public DateTime? OcpCreationTime { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="ocp-creation-time")>]
member this.OcpCreationTime : Nullable<DateTime> with get, set
Public Property OcpCreationTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象