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

ContainerRegistryFileTaskStepUpdateContent 类

定义

更新任务步骤的属性。

public class ContainerRegistryFileTaskStepUpdateContent : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskStepUpdateContent
type ContainerRegistryFileTaskStepUpdateContent = class
    inherit ContainerRegistryTaskStepUpdateContent
Public Class ContainerRegistryFileTaskStepUpdateContent
Inherits ContainerRegistryTaskStepUpdateContent
继承
ContainerRegistryFileTaskStepUpdateContent

构造函数

ContainerRegistryFileTaskStepUpdateContent()

初始化 ContainerRegistryFileTaskStepUpdateContent 的新实例。

属性

ContextAccessToken

存储帐户 blob 的令牌 (git PAT 或 SAS 令牌) 与步骤的上下文相关联。

(继承自 ContainerRegistryTaskStepUpdateContent)
ContextPath

URL (任务步骤的源上下文的绝对或相对) 。

(继承自 ContainerRegistryTaskStepUpdateContent)
TaskFilePath

相对于源上下文的任务模板/定义文件路径。

Values

运行任务时可传递的可重写值的集合。

ValuesFilePath

相对于源上下文的值/参数文件路径。

适用于