次の方法で共有


ContainerPropertiesInstanceView.RestartCount プロパティ

定義

コンテナー インスタンスが再起動された回数を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="restartCount")]
public int? RestartCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restartCount")>]
member this.RestartCount : Nullable<int>
Public ReadOnly Property RestartCount As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象