Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

The lease state of a resource.

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

Syntax

 
public enum LeaseState
 
public enum class LeaseState
 
type LeaseState
 
Public Enumeration LeaseState

Members

Member nameDescription
Available

The lease is in the Available state.

Breaking

The lease is in the Breaking state.

Broken

The lease is in the Broken state.

Expired

The lease is in the Expired state.

Leased

The lease is in the Leased state.

Unspecified

The lease state is not specified.

Return to top