次の方法で共有


BlobContainerInner.LeaseDuration プロパティ

定義

コンテナーがリースされている場合にのみ、コンテナーのリースが無限期間か固定期間かを指定します。 使用可能な値は次のとおりです: '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

適用対象