Partager via


IFileShareItem.LeaseState Property

Definition

Lease state of the share.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Available", "Leased", "Expired", "Breaking", "Broken" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Lease state of the share.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseState", Update=false)]
public string LeaseState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Available", "Leased", "Expired", "Breaking", "Broken" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="Lease state of the share.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseState", Update=false)>]
member this.LeaseState : string
Public ReadOnly Property LeaseState As String

Property Value

Attributes

Applies to