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"