Disk.BurstingEnabledTime プロパティ

定義

ディスクでバーストが最後に有効になったときの最新時刻を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.burstingEnabledTime")]
public DateTime? BurstingEnabledTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.burstingEnabledTime")>]
member this.BurstingEnabledTime : Nullable<DateTime>
Public ReadOnly Property BurstingEnabledTime As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象