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

AssetItem interface

有关与 Web 服务关联的资产的信息。

属性

id

资产的 ID。

inputPorts

有关资产的输入端口的信息。

locationInfo

资产的访问信息。

metadata

如果资产是自定义模块,则保留模块的元数据。

name

资产的友好名称。

outputPorts

有关资产的输出端口的信息。

parameters

如果资产是自定义模块,则保留模块的参数。

type

资产的类型。

属性详细信息

id

资产的 ID。

id?: string

属性值

string

inputPorts

有关资产的输入端口的信息。

inputPorts?: {[propertyName: string]: InputPort}

属性值

{[propertyName: string]: InputPort}

locationInfo

资产的访问信息。

locationInfo: BlobLocation

属性值

metadata

如果资产是自定义模块,则保留模块的元数据。

metadata?: {[propertyName: string]: string}

属性值

{[propertyName: string]: string}

name

资产的友好名称。

name: string

属性值

string

outputPorts

有关资产的输出端口的信息。

outputPorts?: {[propertyName: string]: OutputPort}

属性值

{[propertyName: string]: OutputPort}

parameters

如果资产是自定义模块,则保留模块的参数。

parameters?: ModuleAssetParameter[]

属性值

type

资产的类型。

type: string

属性值

string