次の方法で共有


BlobContainerInner.LeaseStatus プロパティ

定義

コンテナーのリース状態を取得します。 使用可能な値には、'Locked'、'Unlocked' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象