Data.Cloud.AzureAPI.TAzureService.GetConnectionInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnectionInfo: TAzureConnectionInfo;

C++

TAzureConnectionInfo* __fastcall GetConnectionInfo();

Properties

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

Description

Returns the TAzureConnectionInfo held by the service.

The GetConnectionInfo method is used to return the TAzureConnectionInfo held by the Azure service.

See Also