Enum LeaseState
- Namespace
- Microsoft.WindowsAzure.Storage.Blob
- Assembly
- Microsoft.WindowsAzure.Storage.dll
The lease state of a resource.
public enum LeaseState
Fields
Available = 1
The lease is in the Available state.
Breaking = 4
The lease is in the Breaking state.
Broken = 5
The lease is in the Broken state.
Expired = 3
The lease is in the Expired state.
Leased = 2
The lease is in the Leased state.
Unspecified = 0
The lease state is not specified.