Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure 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