Data.Cloud.CloudAPI.TCloudService.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const ConnectionInfo: TCloudConnectionInfo; const Authenticator: TCloudAuthentication);

C++

__fastcall TCloudService(TCloudConnectionInfo* const ConnectionInfo, TCloudAuthentication* const Authenticator);

プロパティ

種類 可視性 ソース ユニット
constructor public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudService

説明

サービス クラスの新しいインスタンスを作成します。

Create を使用すると、TCloudService の新しいインスタンスを作成することができます。

ConnectionInfo は、このインスタンスが破壊されたときには解放されず、Authenticator が破壊されたときに解放される点に注意してください。

次の表は、各パラメータの意味を示しています:

パラメータ 説明

ConnectionInfo

使用するサービス アカウントの接続/認証情報

Authenticator

リクエストの認証に使用する認証インスタンス

関連項目