DSAzure.TAzureService.Create

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

constructor Create(AConnectionString: TAzureConnectionString); virtual;

C++

__fastcall virtual TAzureService(TAzureConnectionString* AConnectionString);

Properties

Type Visibility Source Unit Parent
constructor public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService

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