共用方式為


VMGalleryApplication interface

指定參考計算資源庫應用程式版本的必要資訊

屬性

configurationReference

選擇性,指定 Azure Blob 的 URI,以在提供時取代套件的預設組態

enableAutomaticUpgrade

如果設定為 true,當 PIR/SIG 中有新的資源庫應用程式版本可用時,VM/VMSS 會自動更新

order

選擇性,指定必須安裝套件的順序

packageReferenceId

指定 /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} 形式的 GalleryApplicationVersion 資源識別碼

tags

選擇性,指定更多泛型內容的傳遞值。

treatFailureAsDeploymentFailure

選擇性,如果為 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