BlobContainer.LeaseDuration プロパティ

定義

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

適用対象