通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Get User Defined Endpoints Module - Get User Defined Endpoints Module

用户定义的端点的模块。
它获取用户定义的终端节点的模块。

GET {ledgerEndpoint}/app/userDefinedEndpoints/modules?api-version=2024-12-09-preview&module_name={module_name}

URI 参数

名称 必需 类型 说明
ledgerEndpoint
path True

string (uri)

机密账本 URL,例如 https://contoso.confidentialledger.azure.com

api-version
query True

string

minLength: 1

要用于此操作的 API 版本。

module_name
query True

string

用户定义的终端节点的模块名称

响应

名称 类型 说明
200 OK

ModuleDef

请求已成功。

Other Status Codes

ConfidentialLedgerCommon.ConfidentialLedgerError

意外错误响应。

示例

Get User Defined Endpoints Module

示例请求

GET {ledgerEndpoint}/app/userDefinedEndpoints/modules?api-version=2024-12-09-preview&module_name=TESTJS

示例响应

{
  "name": "test.js",
  "module": "TESTJS"
}

定义

名称 说明
ConfidentialLedgerCommon.ConfidentialLedgerError

机密账本的错误响应。

ConfidentialLedgerCommon.ConfidentialLedgerErrorBody

机密账本的错误响应。

ModuleDef

模块定义

ConfidentialLedgerCommon.ConfidentialLedgerError

机密账本的错误响应。

名称 类型 说明
error

ConfidentialLedgerCommon.ConfidentialLedgerErrorBody

机密账本的错误响应。

ConfidentialLedgerCommon.ConfidentialLedgerErrorBody

机密账本的错误响应。

名称 类型 说明
code

string

错误代码。

message

string

错误消息。

ModuleDef

模块定义

名称 类型 说明
module

string

模块

name

string

Name