API:DSAzure.TAzureBlobService.Create

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

Delphi

constructor Create(AConnectionString: TAzureConnectionString); override;

C++

__fastcall virtual TAzureBlobService(TAzureConnectionString* AConnectionString);

プロパティ

種類 可視性 ソース ユニット
constructor public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureBlobService

説明

TAzureService クラスのインスタンスを作成します。

DSAzure.TAzureBlobService.Create は DSAzure.TAzureService.Create を継承しています。以下の内容はすべて DSAzure.TAzureService.Create を参照しています。

TAzureService クラスのインスタンスを作成します。

Create を呼び出すと、TAzureService クラスのインスタンスが作成されます。 AConnectionStringTAzureConnectionString を表し、Microsoft Azure クラウドへの接続から接続情報を取得するためのものです。

関連項目