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"