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

TaskRunUpdateParameters interface

用于更新任务运行的参数。

属性

forceUpdateTag

即使运行请求配置未更改,如何强制重新运行运行

identity

资源的标识。

location

资源的位置

runRequest

新运行的请求(参数)

tags

ARM 资源标记。

属性详细信息

forceUpdateTag

即使运行请求配置未更改,如何强制重新运行运行

forceUpdateTag?: string

属性值

string

identity

资源的标识。

identity?: IdentityProperties

属性值

location

资源的位置

location?: string

属性值

string

runRequest

新运行的请求(参数)

runRequest?: RunRequestUnion

属性值

tags

ARM 资源标记。

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

属性值

{[propertyName: string]: string}