次の方法で共有


ListContainerItem.LeaseDuration プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseDuration")]
public Microsoft.Azure.Management.Storage.Fluent.Models.LeaseDuration LeaseDuration { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseDuration")>]
member this.LeaseDuration : Microsoft.Azure.Management.Storage.Fluent.Models.LeaseDuration
Public ReadOnly Property LeaseDuration As LeaseDuration

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象