API:Data.Cloud.AzureAPI.TAzureService.Create
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 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 |