Data.Cloud.AzureAPI.TAzureService.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo);

C++

__fastcall TAzureService(TAzureConnectionInfo* ConnectionInfo);

Properties

Type Visibility Source Unit Parent
constructor public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureService

Description

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