The lease status of a resource.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As LeaseStatus |
Syntax
| Visual Basic |
|---|
Public Enumeration LeaseStatus |
| C# |
|---|
public enum LeaseStatus |
| C++ |
|---|
public enum class LeaseStatus |
| J# |
|---|
public enum LeaseStatus |
| JScript |
|---|
public enum LeaseStatus |
Members
| Member name | Description |
|---|---|
| Locked | The resource is locked. |
| Unlocked | The resource is available to be locked. |
| Unspecified | The lease status is not specified. |