BlobContainer.LeaseStatus Property

Definition

Gets the lease status of the container. Possible values include: 'Locked', 'Unlocked'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseStatus")]
public string LeaseStatus { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.leaseStatus")>]
member this.LeaseStatus : string
Public ReadOnly Property LeaseStatus As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to