Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

The lease duration of a resource.

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

Syntax

 
public enum LeaseDuration
 
public enum class LeaseDuration
 
type LeaseDuration
 
Public Enumeration LeaseDuration

Members

Member nameDescription
Fixed

The lease duration is finite.

Infinite

The lease duration is infinite.

Unspecified

The lease duration is not specified.

Return to top