IFileShareProperties.LeaseStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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