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"