次の方法で共有


ListContainerItem.LeaseDuration プロパティ

定義

Gets は、コンテナーがリースされている場合にのみ、コンテナーのリース期間が無限か固定期間かを指定します。 使用可能な値は、'Infinite'、'Fixed' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象