ListContainerItem.LeaseStatus Property

Definition

Gets the lease status of the container. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to