TaskRunUpdateParameters interface
用于更新任务运行的参数。
属性
| force |
即使运行请求配置未更改,如何强制重新运行运行 |
| identity | 资源的标识。 |
| location | 资源的位置 |
| run |
新运行的请求(参数) |
| tags | ARM 资源标记。 |
属性详细信息
forceUpdateTag
即使运行请求配置未更改,如何强制重新运行运行
forceUpdateTag?: string
属性值
string
identity
location
资源的位置
location?: string
属性值
string
runRequest
tags
ARM 资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}