次の方法で共有


BlobContainerInner.LeaseState プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象