Data.Cloud.AzureAPI.TAzureService.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo);

C++

__fastcall TAzureService(TAzureConnectionInfo* ConnectionInfo);

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