Data.Cloud.AzureAPI.TAzureLeaseStatus
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
| Unit: Data.Cloud.AzureAPI | |
| Parent: Data.Cloud.AzureAPI | |
Delphi
TAzureLeaseStatus = (alsLocked, alsUnlocked);
C++
enum DECLSPEC_DENUM TAzureLeaseStatus : unsigned char { alsLocked, alsUnlocked };
Description
Enumerates the different states of an item that can be leased.
TAzureLeaseStatus is an enumeration of the different states of an item that can be leased.
| Field | Meaning |
|---|---|
|
alsLocked |
The item is locked. |
|
alsUnlocked |
The item is unlocked. |