API:Data.Cloud.AzureAPI.TAzureConnectionInfo.GetAccountName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAccountName: string; override;

C++

virtual System::UnicodeString __fastcall GetAccountName();

Properties

Type Visibility Source Unit Parent
function protected
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureConnectionInfo

Description

Returns the account name used for authentication with the service.

Data.Cloud.AzureAPI.TAzureConnectionInfo.GetAccountName inherits from Data.Cloud.CloudAPI.TCloudConnectionInfo.GetAccountName. All content below this line refers to Data.Cloud.CloudAPI.TCloudConnectionInfo.GetAccountName.

Returns the account name used for authentication with the service.

See Also