次の方法で共有


IBlobContainer.ContainerPropertyLeaseStatus 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? ContainerPropertyLeaseStatus { 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.ContainerPropertyLeaseStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseStatus>
Public ReadOnly Property ContainerPropertyLeaseStatus As Nullable(Of LeaseStatus)

Property Value

Attributes

Applies to