API:Data.Cloud.AzureAPI.TAzureService.Create
| [–] 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 the service class.
Data.Cloud.AzureAPI.TAzureService.Create inherits from Data.Cloud.CloudAPI.TCloudService.Create. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.Create.
Creates a new instance of the service class.
Use Create to create a new instance of TCloudService.
Note that the ConnectionInfo is not freed when this instance is destructed, but the Authenticator is.
The following table shows the significance of the parameters:
| Parameter | Description |
|---|---|
|
|
The service account connection/authentication information to use |
|
|
The authentication instance to use for authenticating requests |