次の方法で共有


User.TotalUsage プロパティ

定義

ユーザーがこのラボで仮想マシンを使用した時間を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象