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.

The GetAccountName method returns the account name used for authentication with the service.

See Also