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

Extensible enum that used to identify the account kind.

#include <blob_rest_client.hpp>

Public Member Functions

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

Static Public Attributes

AZ_STORAGE_BLOBS_DLLEXPORT static const AccountKind Storage
 
AZ_STORAGE_BLOBS_DLLEXPORT static const AccountKind BlobStorage
 
AZ_STORAGE_BLOBS_DLLEXPORT static const AccountKind StorageV2
 
AZ_STORAGE_BLOBS_DLLEXPORT static const AccountKind FileStorage
 
AZ_STORAGE_BLOBS_DLLEXPORT static const AccountKind BlockBlobStorage
 

Member Data Documentation

◆ BlobStorage

const AccountKind Azure::Storage::Blobs::Models::AccountKind::BlobStorage
static

Blob Storage account.

◆ BlockBlobStorage

const AccountKind Azure::Storage::Blobs::Models::AccountKind::BlockBlobStorage
static

Block Blob Storage account.

◆ FileStorage

const AccountKind Azure::Storage::Blobs::Models::AccountKind::FileStorage
static

File Storage account.

◆ Storage

const AccountKind Azure::Storage::Blobs::Models::AccountKind::Storage
static

General-purpose v1 account.

◆ StorageV2

const AccountKind Azure::Storage::Blobs::Models::AccountKind::StorageV2
static

General-purpose v2 account.


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