Partager via


IListContainerItem.LeaseStatus Property

Definition

The lease status of the container.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The lease status of the container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus) }, ReadOnly=true, Required=false, SerializedName="leaseStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus? LeaseStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The lease status of the container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus) }, ReadOnly=true, Required=false, SerializedName="leaseStatus")>]
member this.LeaseStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus>
Public ReadOnly Property LeaseStatus As Nullable(Of LeaseStatus)

Property Value

Attributes

Applies to