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

LiteralJobInput interface

文本输入类型。

扩展

属性

jobInputType

多态鉴别器,它指定此对象可以的不同类型的

value

[必需]输入的文本值。

继承属性

description

输入的说明。

属性详细信息

jobInputType

多态鉴别器,它指定此对象可以的不同类型的

jobInputType: "literal"

属性值

"literal"

value

[必需]输入的文本值。

value: string

属性值

string

继承属性详细信息

description

输入的说明。

description?: string

属性值

string

继承自 JobInput.description