VMGalleryApplication interface 
指定引用计算库应用程序版本所需的信息
属性
| configuration | 可选,指定 Azure Blob 的 URI,该 URI 将替换包的默认配置(如果提供) | 
| enable | 如果设置为 true,当 PIR/SIG 中提供了新的库应用程序版本时,它将自动更新 VM/VMSS | 
| order | 可选,指定包必须安装的顺序 | 
| package | 指定 /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/gallerys/{galleryName}/applications/{application}/versions/{version} 形式的 GalleryApplicationVersion 资源 ID | 
| tags | 可选,指定更多泛型上下文的传递值。 | 
| treat | 可选,如果为 true,则 VmApplication 中任何操作的任何失败都会使部署失败 | 
属性详细信息
		configurationReference
	 
	可选,指定 Azure Blob 的 URI,该 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 资源 ID
packageReferenceId: string属性值
string
tags
可选,指定更多泛型上下文的传递值。
tags?: string属性值
string
		treatFailureAsDeploymentFailure
	   
	可选,如果为 true,则 VmApplication 中任何操作的任何失败都会使部署失败
treatFailureAsDeploymentFailure?: boolean属性值
boolean