Share via


IBlobContainer.ContainerPropertyLeaseDuration Property

Definition

Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration) }, ReadOnly=true, Required=false, SerializedName="leaseDuration")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration? ContainerPropertyLeaseDuration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration) }, ReadOnly=true, Required=false, SerializedName="leaseDuration")>]
member this.ContainerPropertyLeaseDuration : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseDuration>
Public ReadOnly Property ContainerPropertyLeaseDuration As Nullable(Of LeaseDuration)

Property Value

Attributes

Applies to