次の方法で共有


ListContainerItem.LeaseState プロパティ

定義

コンテナーのリース状態を取得します。 使用可能な値には、'Available'、'Leased'、'Expired'、'Breaking'、'Broken' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseState")]
public string LeaseState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseState")>]
member this.LeaseState : string
Public ReadOnly Property LeaseState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象