azure-storage-blobs
Public Member Functions | Static Public Attributes | List of all members
Azure::Storage::Blobs::Models::LeaseStatus Class Referencefinal

Extensible enum used to identify the status of lease.

#include <blob_rest_client.hpp>

Public Member Functions

 LeaseStatus (std::string value)
 
bool operator== (const LeaseStatus &other) const
 
bool operator!= (const LeaseStatus &other) const
 
const std::string & ToString () const
 

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const LeaseStatus Locked
 
AZ_STORAGE_BLOBS_DLLEXPORT static const LeaseStatus Unlocked
 

Member Data Documentation

◆ Locked

const LeaseStatus Azure::Storage::Blobs::Models::LeaseStatus::Locked
static

The lease is locked.

◆ Unlocked

const LeaseStatus Azure::Storage::Blobs::Models::LeaseStatus::Unlocked
static

The lease is unlocked.


The documentation for this class was generated from the following files: