Data.Cloud.AzureAPI.TAzureService.GetConnectionInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureService

Delphi

function GetConnectionInfo: TAzureConnectionInfo;

C++

TAzureConnectionInfo* __fastcall GetConnectionInfo();

Description

Returns the TAzureConnectionInfo held by the service.

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

See Also