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"