Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

LeaseStatus Enumeration (Microsoft.WindowsAzure.Storage.Blob)

The lease status of a resource.

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public enum LeaseStatus
 
public enum class LeaseStatus
 
type LeaseStatus
 
Public Enumeration LeaseStatus

Members

Member nameDescription
Locked

The resource is locked.

Unlocked

The resource is available to be locked.

Unspecified

The lease status is not specified.

Return to top