DSAzure.TAzureService.Create

From RAD Studio API Documentation
Jump to: navigation, search


[–] Properties
Type: constructor
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureService

Delphi

constructor Create(AConnectionString: TAzureConnectionString); virtual;

C++

__fastcall virtual TAzureService(TAzureConnectionString* AConnectionString);

Description

Creates an instance of the TAzureService class.

Call Create to create an instance of the TAzureService class. The AConnectionString represents the TAzureConnectionString to get connection information from the connection to the Microsoft Azure cloud.

See Also