你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TargetDescription interface
有关目标的信息。 目标是可以处理特定类型作业的组件。
属性
accepted |
此目标接受的内容编码列表。 |
accepted |
此目标接受的数据格式列表。 |
description | 有关此目标的说明。 |
id | 唯一的目标 ID。 |
name | 此目标的显示名称。 |
属性详细信息
acceptedContentEncodings
此目标接受的内容编码列表。
acceptedContentEncodings?: string[]
属性值
string[]
acceptedDataFormats
此目标接受的数据格式列表。
acceptedDataFormats?: string[]
属性值
string[]
description
有关此目标的说明。
description?: string
属性值
string
id
唯一的目标 ID。
id?: string
属性值
string
name
此目标的显示名称。
name?: string
属性值
string