LeaseState Enumeration

Windows Runtime Azure Storage Client Library

The lease state of a resource.

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

Usage

Visual Basic
Dim instance As LeaseState

Syntax

Visual Basic
Public Enumeration LeaseState
C#
public enum LeaseState
C++
public enum class LeaseState
J#
public enum LeaseState
JScript
public enum LeaseState

Members

Member nameDescription
AvailableThe lease is in the Available state.
BreakingThe lease is in the Breaking state.
BrokenThe lease is in the Broken state.
ExpiredThe lease is in the Expired state.
LeasedThe lease is in the Leased state.
UnspecifiedThe lease state is not specified.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also