你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
VMGalleryApplication Class
Specifies the required information to reference a compute gallery application version.
All required parameters must be populated in order to send to server.
Constructor
VMGalleryApplication(*, package_reference_id: str, tags: str | None = None, order: int | None = None, configuration_reference: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Optional, Specifies a passthrough value for more generic context. |
order
|
Optional, Specifies the order in which the packages have to be installed. |
package_reference_id
|
Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. # pylint: disable=line-too-long Required. |
configuration_reference
|
Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided. |
Variables
Name | Description |
---|---|
tags
|
Optional, Specifies a passthrough value for more generic context. |
order
|
Optional, Specifies the order in which the packages have to be installed. |
package_reference_id
|
Specifies the GalleryApplicationVersion resource id on the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{application}/versions/{version}. # pylint: disable=line-too-long Required. |
configuration_reference
|
Optional, Specifies the uri to an azure blob that will replace the default configuration for the package if provided. |