VMGalleryApplication interface
指定參考計算資源庫應用程式版本的必要資訊
屬性
configuration |
選擇性,指定 Azure Blob 的 URI,如果提供的話,將會取代套件的預設組態 |
enable |
如果設定為 true,當 PIR/SIG 中提供新的資源庫應用程式版本時,VM/VMSS 會自動更新它 |
order | 選擇性,指定必須安裝套件的順序 |
package |
指定 /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} 形式的 GalleryApplicationVersion 資源標識符 |
tags | 選擇性,指定更多泛型內容的傳遞值。 |
treat |
選擇性,如果為 true,VmApplication 中任何作業的任何失敗都會使部署失敗 |
屬性詳細資料
configurationReference
選擇性,指定 Azure Blob 的 URI,如果提供的話,將會取代套件的預設組態
configurationReference?: string
屬性值
string
enableAutomaticUpgrade
如果設定為 true,當 PIR/SIG 中提供新的資源庫應用程式版本時,VM/VMSS 會自動更新它
enableAutomaticUpgrade?: boolean
屬性值
boolean
order
選擇性,指定必須安裝套件的順序
order?: number
屬性值
number
packageReferenceId
指定 /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} 形式的 GalleryApplicationVersion 資源標識符
packageReferenceId: string
屬性值
string
tags
選擇性,指定更多泛型內容的傳遞值。
tags?: string
屬性值
string
treatFailureAsDeploymentFailure
選擇性,如果為 true,VmApplication 中任何作業的任何失敗都會使部署失敗
treatFailureAsDeploymentFailure?: boolean
屬性值
boolean