Partager via


IFileShareProperties.LeaseStatus Property

Definition

The lease status of the share.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Locked", "Unlocked" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The lease status of the share.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseStatus", Update=false)]
public string LeaseStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Locked", "Unlocked" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=false, Description="The lease status of the share.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseStatus", Update=false)>]
member this.LeaseStatus : string
Public ReadOnly Property LeaseStatus As String

Property Value

Attributes

Applies to