IBlobContainer.ContainerPropertyLeaseState 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.
Lease state of the container.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Available", "Leased", "Expired", "Breaking", "Broken" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Lease state of the container.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseState", Update=false)]
public string ContainerPropertyLeaseState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Available", "Leased", "Expired", "Breaking", "Broken" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Lease state of the container.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseState", Update=false)>]
member this.ContainerPropertyLeaseState : string
Public ReadOnly Property ContainerPropertyLeaseState As String
Property Value
- Attributes