Data.Cloud.AzureAPI.TAzureLeaseStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAzureLeaseStatus = (alsLocked, alsUnlocked);

C++

enum DECLSPEC_DENUM TAzureLeaseStatus : unsigned char { alsLocked, alsUnlocked };

Properties

Type Visibility Source Unit Parent
enum public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI Data.Cloud.AzureAPI

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.