EMS.Services.TEMSInternalAPI.ModuleResourcePost
Delphi
function ModuleResourcePost(const AModuleName, AResourceName: string; const ASegments: TEMSResourceRequestSegments; const AQueryParams: TEMSResourceRequestQueryParams;
const ARequestContent: IEMSResourceRequestContent): IEMSResourceResponseContent;
C++
_di_IEMSResourceResponseContent __fastcall ModuleResourcePost(const System::UnicodeString AModuleName, const System::UnicodeString AResourceName, const TEMSResourceRequestSegments ASegments, const TEMSResourceRequestQueryParams AQueryParams, const _di_IEMSResourceRequestContent ARequestContent);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | EMS.Services.pas EMS.Services.hpp |
EMS.Services | TEMSInternalAPI |
説明
POST リソース要求を実行して、EMS エッジモジュールの特定のリソースの情報を格納または更新します。
ModuleResourcePost が受け取る入力パラメータは次のとおりです。
AModuleName
: リソースの EMS エッジモジュール リソース名AResourceName
: データを格納するAModuleName
のリソース名です。ASegments
: 要求を実行するための EMS リソース エンドポイントの URL セグメントの配列です。ASegments
値はnull
でもかまいません。AQueryParams
: フィルタリングされたリソース要求を実行するのに使用されるクエリ パラメータです。AQueryParams
値はnull
でもかまいません。ARequestContent
: リソースへの POST 要求を実行するのに必要なリソース要求内容です。
ModuleResourcePost では、EMS サーバーからの応答を格納した IEMSResourceResponseContent を返します。
関連項目
- EMS.Services.TEMSInternalAPI.TQueryParams
- EMS.Services.TEMSResourceRequestSegments
- EMS.Services.IEMSResourceRequest.Post
- EMS.Services.IEMSResourceResponseContent
- EMS.Services.TEMSInternalAPI.ModuleResourceDelete
- EMS.Services.TEMSInternalAPI.ModuleResourceGet
- EMS.Services.TEMSInternalAPI.ModuleResourcePatch
- EMS.Services.TEMSInternalAPI.ModuleResourcePut