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.PSArgumentCompleter(new System.String[] { "Infinite", "Fixed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, 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(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseDuration", Update=false)]
public string ContainerPropertyLeaseDuration { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "Infinite", "Fixed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, 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(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="leaseDuration", Update=false)>]
member this.ContainerPropertyLeaseDuration : string
Public ReadOnly Property ContainerPropertyLeaseDuration As String

Property Value

Attributes

Applies to