API:Data.Cloud.AzureAPI.TAzureService

From RAD Studio API Documentation
Jump to: navigation, search

Data.Cloud.CloudAPI.TCloudServiceSystem.TObjectTAzureService

Delphi

TAzureService = class abstract(TCloudService)

C++

class PASCALIMPLEMENTATION TAzureService : public Data::Cloud::Cloudapi::TCloudService

Properties

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

Description

Base cloud service class, providing useful common functionality.

Data.Cloud.AzureAPI.TAzureService inherits from Data.Cloud.CloudAPI.TCloudService. All content below this line refers to Data.Cloud.CloudAPI.TCloudService.

Base cloud service class, providing useful common functionality.

TCloudService holds common functionality for building the authentication string and for issuing properly formatted requests. There are several abstract functions that need to be implemented by subclasses, to provide service-specific functionality.

See Also