你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageTemplateDistributor interface
泛型分发对象
属性
artifact |
分发服务器创建/更新项目后将应用于项目的标记。 |
run |
要用于关联的 RunOutput 的名称。 |
type | 多态鉴别器,它指定此对象可以是的不同类型 |
属性详细信息
artifactTags
分发服务器创建/更新项目后将应用于项目的标记。
artifactTags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
runOutputName
要用于关联的 RunOutput 的名称。
runOutputName: string
属性值
string
type
多态鉴别器,它指定此对象可以是的不同类型
type: "ManagedImage" | "SharedImage" | "VHD"
属性值
"ManagedImage" | "SharedImage" | "VHD"