LeaseAction Enumeration (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
LeaseAction Enumeration
Describes actions that can be performed on a lease.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Members
Member name Description Acquire Acquire the lease.
Break Break the lease.
Change Change the lease ID.
Release Release the lease.
Renew Renew the lease.
Return to top
Describes actions that can be performed on a lease.
Syntax
Members
| Member name | Description | |
|---|---|---|
| Acquire | Acquire the lease. | |
| Break | Break the lease. | |
| Change | Change the lease ID. | |
| Release | Release the lease. | |
| Renew | Renew the lease. |