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++.
Public Member Functions | List of all members
azure::storage::account_properties Class Reference

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...
 

Detailed Description

Represents account properties for blob service.

Constructor & Destructor Documentation

◆ account_properties()

azure::storage::account_properties::account_properties ( )
inline

Initializes a new instance of the azure::storage::account_properties class.

Member Function Documentation

◆ account_kind()

const utility::string_t& azure::storage::account_properties::account_kind ( ) const
inline

Gets the account kind.

"Storage", "StorageV2", or "BlobStorage"

◆ sku_name()

const utility::string_t& azure::storage::account_properties::sku_name ( ) const
inline

Gets the account SKU type based on GeoReplication state.

"Standard_LRS", "Standard_ZRS", "Standard_GRS", "Standard_RAGRS", "Premium_LRS", or "Premium_ZRS"