Data.Cloud.AzureAPI.TAzureService.Create

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

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo);

C++

__fastcall TAzureService(TAzureConnectionInfo* ConnectionInfo);

プロパティ

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

説明

TAzureService の新しいインスタンスを作成します。

Create コンストラクタは、TAzureService クラスのインスタンスを作成します。 Create は、ConnectionInfo インスタンスを所有していません。ConnectionInfo パラメータでは、Azure サービスへの接続情報を指定します。

関連項目