API:Data.Cloud.AzureAPI.TAzureTableService.Create

From RAD Studio API Documentation

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Unit: Data.Cloud.AzureAPI
Parent: TAzureTableService

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo);

C++

__fastcall TAzureTableService(TAzureConnectionInfo* ConnectionInfo);

Description

Creates a new instance of TAzureService. Data.Cloud.AzureAPI.TAzureTableService.Create inherits from Data.Cloud.AzureAPI.TAzureService.Create. All content below this line refers to Data.Cloud.AzureAPI.TAzureService.Create.

Creates a new instance of TAzureService.

The Create constructor creates a new instance of the TAzureService class. Create does not own the ConnectionInfo instance. The ConnectionInfo parameter specifies the Azure service connection info.

See Also