ListContainerItem.LeaseState Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to