| 
    Microsoft Azure Storage Client Library for C++
    7.5.0
    
   The Microsoft Azure Storage Client Library for C++ is a library for working with the Azure Storage Services in C++. 
   | 
 
Represents account properties for blob service. More...
Public Member Functions | |
| account_properties () | |
| Initializes a new instance of the azure::storage::account_properties class.  More... | |
| const utility::string_t & | sku_name () const | 
| Gets the account SKU type based on GeoReplication state.  More... | |
| const utility::string_t & | account_kind () const | 
| Gets the account kind.  More... | |
Represents account properties for blob service.
      
  | 
  inline | 
Initializes a new instance of the azure::storage::account_properties class.
      
  | 
  inline | 
Gets the account kind.
"Storage", "StorageV2", or "BlobStorage"
      
  | 
  inline | 
Gets the account SKU type based on GeoReplication state.
"Standard_LRS", "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", "Premium_LRS", or "Premium_ZRS"
 1.8.15