IContainerProperties.LeaseState 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.Runtime.Info(Description="Lease state of the container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState) }, ReadOnly=true, Required=false, SerializedName="leaseState")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState? LeaseState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Lease state of the container.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState) }, ReadOnly=true, Required=false, SerializedName="leaseState")>]
member this.LeaseState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.LeaseState>
Public ReadOnly Property LeaseState As Nullable(Of LeaseState)
Property Value
- Attributes