共用方式為


VmApplication interface

指定應該可供基礎 VMSS 使用的資源庫應用程式。

屬性

configurationReference

選擇性指定 Azure Blob 的 URI,如果提供的話,將會取代套件的預設組態。

enableAutomaticUpgrade

如果設定為 true,當 PIR/SIG 中提供新的資源庫應用程式版本時,將會自動更新基礎 VMSS。

order

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

packageReferenceId

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

treatFailureAsDeploymentFailure

選擇性的 [如果為 true],VmApplication 中任何作業的任何失敗都會使部署失敗。

vmGalleryTags

選擇性,指定更多泛型內容的傳遞值。 接受 JSON 格式的字串,例如 '{“Tag1”:“Value1”,“Tag2”:“Value2”}'。

屬性詳細資料

configurationReference

選擇性指定 Azure Blob 的 URI,如果提供的話,將會取代套件的預設組態。

configurationReference?: string

屬性值

string

enableAutomaticUpgrade

如果設定為 true,當 PIR/SIG 中提供新的資源庫應用程式版本時,將會自動更新基礎 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

treatFailureAsDeploymentFailure

選擇性的 [如果為 true],VmApplication 中任何作業的任何失敗都會使部署失敗。

treatFailureAsDeploymentFailure?: boolean

屬性值

boolean

vmGalleryTags

選擇性,指定更多泛型內容的傳遞值。 接受 JSON 格式的字串,例如 '{“Tag1”:“Value1”,“Tag2”:“Value2”}'。

vmGalleryTags?: string

屬性值

string