cloud_storage_account Class
Represents a Windows Azure storage account.
class cloud_storage_account;
Members
Public Constructors
Name | Description |
---|---|
Overloaded. Initializes a new instance of the cloud_storage_account class. |
Public Methods
Name | Description |
---|---|
Gets the endpoint for the Blob service for all location. |
|
Overloaded. Creates the Blob service client. |
|
Overloaded. Creates the Queue service client. |
|
Overloaded. Creates the Table service client. |
|
Gets the credentials used to create this azure::storage::cloud_storage_account object. |
|
Gets a azure::storage::cloud_storage_account object that references the development storage account. |
|
Indicates whether the storage account has been initialized. |
|
Parses a connection string and returns a azure::storage::cloud_storage_account created from the connection string. |
|
Gets the endpoint for the Queue service for all location. |
|
Gets the endpoint for the Table service for all location. |
|
Overloaded. Returns a connection string for this storage account, without sensitive data. |
Public Operators
Name | Description |
---|---|
Returns a reference to a cloud_storage_account object. |
Inheritance Hierarchy
cloud_storage_account
Requirements
Header: storage_account.h
Namespace: azure::storage