API:Data.Cloud.AzureAPI.TAzureAuthentication.Create

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

Delphi

constructor Create(ConnectionInfo: TAzureConnectionInfo); overload;

C++

__fastcall TAzureAuthentication(TAzureConnectionInfo* ConnectionInfo)/* overload */;
/* TCloudSHA256Authentication.Create */ inline __fastcall TAzureAuthentication(Data::Cloud::Cloudapi::TCloudConnectionInfo* const ConnectionInfo, System::UnicodeString AuthorizationType)/* overload */ : Data::Cloud::Cloudapi::TCloudSHA256Authentication(ConnectionInfo, AuthorizationType) { }

プロパティ

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

説明

指定された接続情報を持つ TCloudSHA256Authentication の新しいインスタンスを作成します。

Data.Cloud.AzureAPI.TAzureAuthentication.Create は Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create を継承しています。以下の内容はすべて Data.Cloud.CloudAPI.TCloudSHA256Authentication.Create を参照しています。


指定された接続情報を持つ TCloudSHA256Authentication の新しいインスタンスを作成します。

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

パラメータ 説明

ConnectionInfo

署名文字列と一緒に使用する接続情報

AuthorizationType

使用する認証タイプ



関連項目